mirror of https://github.com/jeecgboot/jeecg-boot
重要参数补充
parent
b79ba97614
commit
e166d916da
|
@ -25,6 +25,8 @@ spring:
|
||||||
enabled: true
|
enabled: true
|
||||||
# 迁移sql脚本存放路径
|
# 迁移sql脚本存放路径
|
||||||
locations: classpath:flyway/sql/mysql
|
locations: classpath:flyway/sql/mysql
|
||||||
|
# 是否关闭要清除已有库下的表功能,生产环境必须为true,否则会删库,非常重要!!!
|
||||||
|
clean-disabled: true
|
||||||
servlet:
|
servlet:
|
||||||
multipart:
|
multipart:
|
||||||
max-file-size: 10MB
|
max-file-size: 10MB
|
||||||
|
|
Loading…
Reference in New Issue