Spring Boot
# Spring Data JPA
- JPQL Docs - Apache
- Spring Data JPA Official Docs
- Sorting With Spring Data
- Baeldung: Sorting Query Results with Spring Data
- Baeldung: Pagination and Sorting
- Dynamic sorting with the Spring Data Sort object: A replacement for the
ORDER BY
clause used in classic SQL
- Implementation Guides and Tutorials
- Helpful Stack Overflow Posts
# Spring Boot Actuator Management Endpoints
# jEnv
# Custom Banner in Spring Boot
In short, just create a /src/main/resources/banner.txt
and/or /src/main/resources/banner.gif
- Spring Banner Tutorial
- You can even have different banners per environment, by adding the following to your application-*.yml
- Having custom banners per env makes it easy to know what you are running.
|
|