加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

SSH框架问题——hbm.xml配置出现的org.hibernate.MappingExcepti

发布时间:2020-12-15 22:56:14 所属栏目:百科 来源:网络整理
导读:不知道大家有没有碰到过这样一个报错: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDaoImp': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.Bean

不知道大家有没有碰到过这样一个报错:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userDaoImp': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in class path resource [applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Could not determine type for: java.lang.String,at table: tb_user,for columns: [org.hibernate.mapping.Column(CREATETIME)]


因为我用的是注解的方式,因此开始所有的怀疑都在注解是不是有问题上,一直搞了一天,看到了这篇博客http://blog.csdn.net/qingtanlang/article/details/2497479,才发现自己的问题也是这个我是在<property name="createTime" type=" java.sql.Timestamp">这个地方,type=" "前面多写了一个空格……删掉后,纠结了一天的问题终于解决了,再次感谢qingtanlang同学!

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读