java shiro报错,请大神帮忙
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java shiro报错,请大神帮忙相关的知识,希望对你有一定的参考价值。
Error creating bean with name 'shiroFilter' defined in file [E:\apache-tomcat-7.0.85\webapps\jeefw\WEB-INF\classes\applicationContext-shiro.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in file [E:\apache-tomcat-7.0.85\webapps\jeefw\WEB-INF\classes\applicationContext-shiro.xml]: Cannot resolve reference to bean 'shiroSecurityRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'shiroSecurityRealm' is defined
No bean named 'shiroSecurityRealm' is defined。
你看看bean中是否缺少shiroSecurityRealm的定义
你缺少的这个需要自己定义一个类继承AuthorizingRealm 重写方法就行了。这个类就是主要进行权限控制的
以上是关于java shiro报错,请大神帮忙的主要内容,如果未能解决你的问题,请参考以下文章
maven +eclipse mvn install 总是报错,用的是私服,请大神帮忙看看。