spring-security 开启注解权限控制为什么没有效…

2018-12-03 09:26:20来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

 

如果配置在spring-security中没有权限控制效果,可以配置在springmvc中试试

1 <security:global-method-security pre-post-annotations="enabled"/>
2 <security:global-method-security jsr250-annotations="enabled"/>
3 <security:global-method-security secured-annotations="enabled"/>

 

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:java中代码块的认知

下一篇:spring AOP为什么配置了没有效果?