update bootstrap.yml

This commit is contained in:
Foming
2025-06-11 15:36:21 +08:00
parent 23c88cdf81
commit 968ce14d67

View File

@@ -76,7 +76,7 @@ spring:
# password: root
# database: 1
flyway:
enabled: false #是否开启flyway自动执行sql脚本true注意部分mysql版本存在自动执行失败的情况需要改成false并手动执行所有sql文件report-core --> src --> main --> resources -- > db.migration
enabled: true #是否开启flyway自动执行sql脚本true注意部分mysql版本存在自动执行失败的情况需要改成false并手动执行所有sql文件report-core --> src --> main --> resources -- > db.migration
baseline-on-migrate: true
#数据库连接配置
url: ${spring.datasource.url}