Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 322 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 322 Bytes

Spring Security Using Mysql Authorization in a Spring Boot App

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