Skip to content

Spring Boot CRUD project that creates, reads, updates and deletes records from the database table while authenticating them based on roles. Here we save password in the table as encrypted format but without using the password encoder class so we have to enclose the password after writing {bcrypt}.

Notifications You must be signed in to change notification settings

gargswati12/Spring-Boot-CRUD-using-Spring-Security-MySQL-Database-and-Postman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crud-role

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.

About

Spring Boot CRUD project that creates, reads, updates and deletes records from the database table while authenticating them based on roles. Here we save password in the table as encrypted format but without using the password encoder class so we have to enclose the password after writing {bcrypt}.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages