重要参数补充

pull/8091/head
JEECG 2025-04-07 15:42:21 +08:00
parent b79ba97614
commit e166d916da
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@ spring:
enabled: true
# 迁移sql脚本存放路径
locations: classpath:flyway/sql/mysql
# 是否关闭要清除已有库下的表功能,生产环境必须为true,否则会删库,非常重要!!!
clean-disabled: true
servlet:
multipart:
max-file-size: 10MB