org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL
Add in application.properties file
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
hibernate.dialect.storage_engine=innodb
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
spring.jpa.hibernate.ddl-auto=create
No comments:
Post a Comment