[SPRING] 에러 해결

Jimin·2022년 11월 20일
0
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is org.hibernate.exception.SQLGrammarException: Unable to build DatabaseInformation

hibernate:
ddel-auto: update 주석
jpa: hibernate.hbm2ddl.auto: update로 변경해 해결

0개의 댓글