Home > Back-end >  SpringSecurity access control problem
SpringSecurity access control problem

Time:10-12

SpringSecurity main configuration file:

The Controller methods:
@ Secured (" ROLE_ADMIN ")

Question:
Access control is not effective, also didn't quote any errors

CodePudding user response:

Well, that you create a user and permission Settings

CodePudding user response:

If do not have to create and set up, also can't control the permissions, because default is accessible to all

CodePudding user response:

refer to the second floor user_wxb response:
if not create and set up, also can't control the permissions, because the default is accessible to all

I have already solved, on open access to write for springmvc, forgot to turn off the post

CodePudding user response:

refer to the second floor user_wxb response:
if not create and set up, also can't control the permissions, because the default is accessible to all

Well, this post is not close or where can close
  • Related