码迷,mamicode.com
首页 > Web开发 > 详细

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

时间:2018-01-18 17:10:01      阅读:4218      评论:0      收藏:0      [点我收藏+]

标签:config   cto   实体   session   frame   bean   log   with   init   

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

标签:config   cto   实体   session   frame   bean   log   with   init   

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

(2)
(3)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!