首页 > Web开发 > 详细

异常[PersistenceUnit: default] Unable to build Hibernate SessionFactory

时间:2018-01-18 16:12:00      阅读:3152      评论:0      收藏:0      [点我收藏+]

org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘entityManagerFactory‘ defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory。

在新公司,使用spring-data-jpa。

出现这个异常,这是由于你的entity类与数据库不匹配造成的。

必须将entity与数据库的映射处理好才能够正常启动。

所以出现这个问题,感觉去看看你的数据库跟实体类之间的映射关系是不是出了问题吧

异常[PersistenceUnit: default] Unable to build Hibernate SessionFactory

原文:https://www.cnblogs.com/lilinzhiyu/p/8310247.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!