From 968ce14d673ae9290438f6581cd085f3eb5814be Mon Sep 17 00:00:00 2001 From: Foming Date: Wed, 11 Jun 2025 15:36:21 +0800 Subject: [PATCH] update bootstrap.yml --- report-core/src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report-core/src/main/resources/bootstrap.yml b/report-core/src/main/resources/bootstrap.yml index 1e54e800..22a25150 100644 --- a/report-core/src/main/resources/bootstrap.yml +++ b/report-core/src/main/resources/bootstrap.yml @@ -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}