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