为了账号安全,请及时绑定邮箱和手机立即绑定

import spring-dao.xml后Spring容器出问题,不能创建realm的bean

严重: Context initialization failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in class path resource [spring/spring.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 class path resource [spring/spring.xml]: Cannot resolve reference to bean 'realm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'realm': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [org.springframework.jdbc.core.JdbcTemplate] for bean with name 'jdbcTemplate' defined in class path resource [spring/spring-dao.xml]; nested exception is java.lang.ClassNotFoundException: org.springframework.jdbc.core.JdbcTemplate

似乎是jdbc这里出问题了?

正在回答

4 回答

是不是spring-dao.xml这个配置文件写错了。

<bean class="com.alibaba.druid.pool.DruidDataSource" id="dataSource">


0 回复 有任何疑惑可以回复我~

我也是这个错误,解决不了...

0 回复 有任何疑惑可以回复我~

我的错误跟你一样的

我的这样解决不了

0 回复 有任何疑惑可以回复我~

https://img1.sycdn.imooc.com//5b540cbc0001789f12410406.jpg

解决了,果然看报错还是有用的,没JDBC,肯定是没加进去

一看artifacts,果然没加,要把这两个put into /WEB-INF/lib里面去(感觉是老问题了,为什么我这里不会自动添加呢?)

1 回复 有任何疑惑可以回复我~
#1

qq_袮D影孑_03909390

这个放进去的意思在哪?maven不是会自动导入依赖的?
2018-10-28 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

import spring-dao.xml后Spring容器出问题,不能创建realm的bean

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信