This example covers the following:
- Authentication using MySql DB Connectivity using custom user details service.
- Authorization using GrantedAuthority roles for method level security
- Leveraging Spring Security's login page for injecting login details
Spring Security in a Spring Boot Application with Authentication and Authorization using DB
Java
This example covers the following: