美文网首页
jpa spring.jpa.hibernate.ddl-aut

jpa spring.jpa.hibernate.ddl-aut

作者: Man_god | 来源:发表于2018-01-31 13:33 被阅读0次

spring.jpa.hibernate.ddl-auto=update在建立项目的时候报错

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.jpa.hibernate.ddl-auto=update 删掉可能默认的就是update

相关文章

网友评论

      本文标题:jpa spring.jpa.hibernate.ddl-aut

      本文链接:https://www.haomeiwen.com/subject/llikzxtx.html