A ready-to-go secure Spring backend project
A guide on how to easily migrate a Java Enterprise Edition (J2EE) Web application to Spring Boot
By using an interceptor, it is possible to reload the user's authorities on every request, thus allowing the authorities of an authenticated user to be modified without having to force said user to re-authenticate.
A quick guide on how to prevent authenticated users from accessing the login page using Spring Security.
How to access resource files that are packaged inside the JAR file using Spring Boot
Minimal configuration required for a Spring Boot project using Spring Security with OAuth2 client