Git Product home page Git Product logo

spring-boot-practice's Introduction

spring-boot-practice

Build Status

This is a project to show 'how-to' for Spring Boot application development.

To check each topics, see each sub-directories' README.

Contents

  1. Hello world
  2. Connecting to database
  3. Join tables
    1. Join using ManyToMany annotation
    2. Join using OneToMany annotation
    3. Join using JPQL with association table
    4. Join using JPA Specification
    5. Join using Querydsl
    6. Join using Querydsl with pagination
    7. Join using Querydsl with soft delete
    8. Join using JPA Criteria API with soft delete
  4. Helper Bean for Thymeleaf
  5. Testing with JDBC/JPA
  6. Testing with MySQL
  7. Managing properties with multibyte and convert to ascii on build
  8. Adding Git commit SHA to profile
  9. Handling web resource
  10. Testing Controllers using MockMvc
  11. Adding fixed version to JavaScript/CSS libraries
  12. Using Javassist to conditionally make Entity's field persistent
  13. Modifying class definition using Javassist
  14. Query validation for Repositories
  15. Using native functions with Querydsl
  16. Running small apps using Spring Boot CLI
  17. Testing controllers faster
  18. Using subquery in native SQL join clause with Querydsl
  19. Result set mapping for native queries
  20. Logging controller method execution using AOP

Notice

  • This project uses Gradle and developed with IntelliJ IDEA.
  • This project uses Java 8 lambda expression.
    • Please set Gradle JVM to Java 8 to build properly.
  • This project uses Lombok to generate getters/setters.
    • Please set Annotation Processor function enabled (Preferences > Build, Execution, Deployment > Compiler > Enable annotation processing).

License

Copyright 2015 Soichiro Kashima

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

spring-boot-practice's People

Contributors

ksoichiro avatar

Watchers

James Cloos avatar Euler Santana avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.