JPA

org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL 오류

herojoon 2022. 8. 30. 03:28
반응형

오류명:

org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL

 

원인:

DB 예약어 사용으로 오류 발생.

 

해결:

DB 예약어가 아닌 명칭으로 이름 바꿈.

반응형