shiro 在方法上添加注解配置

<aop:aspectj-autoproxy proxy-target-class="true" />
<bean
		class="org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor">
		<property name="securityManager" ref="securityManager"/>
</bean>


你可能感兴趣的:(shiro 在方法上添加注解配置)