【7.2.5】【flyway】更新Migrate配置

pull/40/MERGE
fengshuonan 2022-10-18 11:42:22 +08:00
parent 91bec9f9be
commit eb4dadec42
1 changed files with 3 additions and 0 deletions

View File

@ -143,6 +143,9 @@ public class FlywayInitListener extends ContextInitializedListener implements Or
// 是否开启占位符
.placeholderReplacement(enablePlaceholder)
// 忽略丢失的脚本
.ignoreMissingMigrations(true)
.load();
// 执行迁移