Spring MVC Role and Permission to Admin

前端 未结 4 1281
清歌不尽
清歌不尽 2020-12-06 20:31

I am new in spring mvc , In my existing project , there is one admin and they have rights to update data , but now i need to create 2 new admin , admin1 and admin2 that can

4条回答
  •  南方客
    南方客 (楼主)
    2020-12-06 21:09

    You need to create two roles in Spring security with different access.

    
         
         
         
    
    

提交回复
热议问题