Skip to content

Sprin boot simple crud and role based sample project.

Notifications You must be signed in to change notification settings

ONO-Group/UserManagement

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserManagement

Sprin boot simple crud and role based sample project.

#Scripts

SELECT * FROM db_user_management.role;

SELECT * FROM db_user_management.user;

-- Insert records in role table

INSERT INTO `db_user_management`.`role` (`description`, `name`) VALUES ('admin can do anything', 'Role_Admin');

INSERT INTO `db_user_management`.`role` (`description`, `name`) VALUES ('moderator do limited things', 'Role_Moderator');

INSERT INTO `db_user_management`.`role` (`description`, `name`) VALUES ('user just check their things', 'Role_User');

Happy Coding :)

About

Sprin boot simple crud and role based sample project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages