【7.0.3】更新flyway配置

pull/75/head
fengshuonan 2021-05-07 17:37:39 +08:00
parent c16df1f3dd
commit d5841ae6fa
1 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,8 @@ spring:
baseline-on-migrate: true
# 是否允许无序的迁移 开发环境最好开启, 生产环境关闭
out-of-order: true
# 关闭占位符替换因为插入的sql里边可能包含${}关键字
placeholder-replacement: false
scanner:
open: true