2018年1月5日 | Leave a comment 问题: Hibernate 自动创建的表是使用 MYISAM ,如何使用 INNODB 解决: 用 MySQL5InnoDBDialect spring: .... jpa: .... properties: hibernate: #myisam dialect: org.hibernate.dialect.MySQL5Dialect dialect: org.hibernate.dialect.MySQL5InnoDBDialect 12345678 spring:.... jpa:.... properties: hibernate: #myisam dialect: org.hibernate.dialect.MySQL5Dialect dialect: org.hibernate.dialect.MySQL5InnoDBDialect 参考: http://blog.itpub.net/29900383/viewspace-1407348/