org.hibernate.tool.schema.spi.CommandAcceptanceException:Error executing DDL via JDBC Statement
springboot中使用jpa自动生成表时报错,解决办法配置spring.jpa.database-platform添加配置spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect或者版本不一样可以配置如下中的某个: org.hibernate.dialect.MySQL5Dialect ...