테마.log/Clone project
[Web Service Project] org.hibernate.tool.schema.spi.CommandAcceptanceException 해결
_2J
2021. 3. 6. 23:00
org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL
org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL
On trying to create the above entity I am getting CommandAcceptanceException and the table is not able to get created in the database, please tell me how to fix it. application.properties file
stackoverflow.com
이 경우 보통 h2 데이터베이스가 실행이 안되어 있거나, h2 데이터베이스 버전이 다른 경우 발생합니다.
h2 데이터베이스를 1.4.199 버전으로 변경
hibernate.atlassian.net/browse/HHH-13711
[HHH-13711] H2 dialect not accurate for drop table since version 1.4.200 - Hibernate JIRA
H2 dialect not accurate for drop table since version 1.4.200
hibernate.atlassian.net