Springboot2.0中Hibernate默認建立的mysql表爲myisam引擎問題

升級到Springboot2.0後,依然是使用jpa、Hibernate來操做mysql,發現Hibernate默認建立的表是myisam引擎,而不是innodb。添加下面的方言便可修改成innodbhtml spring: jpa: database: mysql show-sql: true hibernate: ddl-auto: update
相關文章
相關標籤/搜索