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

Posted 栗霖

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了异常[PersistenceUnit: default] Unable to build Hibernate SessionFactory相关的知识,希望对你有一定的参考价值。

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的主要内容,如果未能解决你的问题,请参考以下文章

PersistenceUnit vs PersistenceContext

Java EE + Wildfly:无法启动服务 jboss.persistenceunit

无法启动服务 jboss.persistenceunit:org.hibernate.service.UnknownServiceException

创建名为“entityManagerFactory”的bean时出错:[PersistenceUnit:默认]无法构建Hibernate SessionFactory

Wildfly/JBOSS 持久性错误 MSC000001:无法启动服务 jboss.persistenceunit

JPA 2.0:自动将实体类*从不同的 jar* 添加到 PersistenceUnit