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

找不到这sqlSessionFactory个bean~~~?

找不到这sqlSessionFactory个bean~~~?

jetbbb 2016-07-07 10:40:37
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [spring/spring-dao.xml]: Initialization of bean failed; nested exception is org.springframework.beans.ConversionNotSupportedException: Failed to convert property value of type 'java.lang.String' to required type 'javax.sql.DataSource' for property 'dataSource'; nested exception is java.lang.IllegalStateException: Cannot convert value of type [java.lang.String] to required type [javax.sql.DataSource] for property 'dataSource': no matching editors or conversion strategy found
查看完整描述

2 回答

?
yanrun

TA贡献317条经验 获得超240个赞

看异常问题应该是dataSource类型错误,应该是javax.sql.DataSource,而你的是String型,无法进行类型转换。

查看完整回答
2 反对 回复 2016-07-07
  • jetbbb
    jetbbb
    我已经找到问题了,引用datasource的时候用错属性了,把rel 写成了value
?
Aliol

TA贡献7条经验 获得超1个赞

看不懂

查看完整回答
反对 回复 2016-07-18
  • 2 回答
  • 0 关注
  • 3370 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信