授权注解时为什么在springMVC.xml里securityManager注入不进去

来源:4-3 通过注解配置授权

qq_123木头人_ahwCFK

2018-10-29 17:25

<!--注解授权时开启-->
<aop:config proxy-target-class="true"></aop:config>
<bean class="org.apache.shiro.spring.LifecycleBeanPostProcessor"></bean>
<bean class="org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor">
    <property name="securityManager" ref="securityManager"></property>
</bean>
ref="securityManager"报红,我的securityManager是配置在spring.xml的配置文件里面,所以在springMVC.xml里面注入securityManager报错
我能理解,但老师在springMVC.xml为什么能注入


写回答 关注

1回答

  • sunbohan00
    2018-12-20 15:32:12

    spring.xml  你加了<import  xxxxxxxxxxxx>这行没


Shiro安全框架入门

从零入门Shiro安全框架

48040 学习 · 332 问题

查看课程

相似问题