慕用1749275
2018-07-10 18:41
WARNING: Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in URL [file:/D:/办公软件/Java/apache-tomcat-7.0.82/wtpwebapps/shiro/WEB-INF/classes/spring/spring.xml]: Cannot resolve reference to bean 'securityManagers' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManagers' defined in URL [file:/D:/办公软件/Java/apache-tomcat-7.0.82/wtpwebapps/shiro/WEB-INF/classes/spring/spring.xml]: Cannot resolve reference to bean 'realms' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'realms': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shiro.dao.UserDao com.shiro.realm.CustomRealm.userDao; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [com.shiro.dao.UserDao] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
七月 10, 2018 6:37:17 下午 org.springframework.web.context.ContextLoader initWebApplicationContext
SEVERE: Context initialization failed
@Component public class UserDaoImpl implements UserDao{
实现类上加注解了没?
com.shiro.dao.UserDao注入失败,Spring容器中没有这个bean
Shiro安全框架入门
48049 学习 · 347 问题
相似问题