fix: 77873

企业标准--导入--导入超过20mb文件读取了文件并报错了
This commit is contained in:
2023-11-03 13:59:24 +08:00
parent 27dda36f68
commit f4ddd966d8
3 changed files with 13 additions and 7 deletions
@@ -22,8 +22,8 @@ management:
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
max-file-size: 500MB
max-request-size: 500MB
messages:
basename: i18n/messages
mail: