Error
[Java / Spring / JPA / Error] - org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL
nam_ji
2024. 7. 30. 20:58
org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL
GenerationTarget encountered exception accepting command : Error executing DDL
에러
해결 방법1
- 찾아보니 예약어 때문이라고 합니다.
- 예약어란 컴퓨터 프로그래밍 언어에서 이미 문법적인 용도로 사용되고 있기 때문에 식별자로 사용할 수 없는 단어를 뜻합니다.
- 예약어를 찾아 수정하면 됩니다.