This project serves as an easy-to-understand setup for beginners , providing a base foundation in Spring Boot , MVC & hibernate.
587
stars
600
forks
source link
Implement Spring Security for Admin and User Roles, Refactor Controllers, and Add Custom 403 Page #80
Closed
Guhapriya01 closed 2 months ago
This pull request includes the following changes:
Spring Security Configuration:
SecurityConfiguration
class to manage security for admin and user roles./admin/**
) are restricted to users with theADMIN
role./**
) are restricted to users with theUSER
role.Controller Updates:
View and Navigation Updates:
Error Handling:
Related Issues:
Please review and let me know if any further changes are needed.