springmvc shiro注解 无效 不起作用。原因aop开启放在了spring-shiro.xml或applicationContext.xml中。
<aop:config proxy-target-class="true"></aop:config>
开启aop自动代理要放在 dispatcher-servlet中。
springmvc shiro注解 无效 不起作用。原因aop开启放在了spring-shiro.xml或applicationContext.xml中。
<aop:config proxy-target-class="true"></aop:config>
开启aop自动代理要放在 dispatcher-servlet中。