生产环境为了数据安全默认关闭flyway

This commit is contained in:
wangliwen 2022-06-15 16:56:43 +08:00
parent 29f6216864
commit 6dd28b106e
1 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,9 @@ spring:
wall: wall:
config: config:
multi-statement-allow: true multi-statement-allow: true
# 生产环境默认关掉flyway
flyway:
enable: false
#上传的静态资源配置 #上传的静态资源配置
resource: resource:
root_url: 15.72.183.90 root_url: 15.72.183.90