Implement Spring Data JPA Repository query in Spring Boot with Derived Query methods:
- Structure of Derived Query methods
- Configure Spring Boot application to work with different database
- JPA find by field, column name, multiple columns
- JPA query methods for pagination and sorting
For more detail, please visit:
More Practice:
Spring JPA @Query example: Custom query in Spring Boot with JPQL
Spring Boot Pagination & Filter example | Spring JPA, Pageable
Spring Data JPA Sort/Order by multiple Columns | Spring Boot
Unit Test:
Cache the result: Spring Boot Redis Cache example
Documentation: Spring Boot with Swagger 3 example
Reactive Rest API: Spring Boot WebFlux example
Associations:
Security:
Spring Boot + Spring Security JWT Authentication & Authorization
Deployment:
Fullstack:
Run both Back-end & Front-end in one place:
mvn spring-boot:run