Server: Spring Boot, Spring-Security
Databases: MySQL
This is project regarding Spring Security which enables JWT Authentication to the Server.In Spring Boot 3.0 there is a big change in Spring Security as the WebSecurityAdapter is deprecated so we have to apply security filter chain bean which is covered in the project.
To run the Spring Application go to project root directory and use the below command:
mvn spring-boot:run