A CRUD based project that gives authorization to users based on roles.
It uses the Spring Boot 3.3 version and along with Spring security, a CRUD project is created where we employ the MYSQL database and create tables like employees, members and users, (SQL scripts added in the project), which Authenticates the users to access the tables according to the roles given such as Employee, Admin and Manager.