为了账号安全,请及时绑定邮箱和手机立即绑定

ddl-auto改为update,执行的依然是drop之后再create,之前表里的数据全没有了又

spring.jpa.hibernate.ddl-auto = update
spring.jpa.show-sql = true
spring.jpa.hibernate.dialect=org.hibernate.dialect.MySQL5Dialect
spring.jackson.serialization.indent_output=false
spring.jpa.database-platform=org.hibernate.dialect.MySQLDialect
spring.jpa.database-platform=org.hibernate.dialect.MySQL5InnoDBDialect
#database engine is the default |MyIsam| without this statement


执行的依然是跟create一个样

正在回答

1 回答

我没有用update,我用了none还不错

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
2小时学会Spring Boot
  • 参与学习       151599    人
  • 解答问题       1079    个

Spring Boot入门视频教程,你将学会使用Spring Boot快速构建应用程序

进入课程

ddl-auto改为update,执行的依然是drop之后再create,之前表里的数据全没有了又

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信