欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

springmvc shiro注解 无效 不起作用

程序员文章站 2022-07-14 11:25:12
...

springmvc  shiro注解 无效 不起作用。原因aop开启放在了spring-shiro.xml或applicationContext.xml中。

<aop:config proxy-target-class="true"></aop:config>

开启aop自动代理要放在 dispatcher-servlet中。