调整上传文件的大小限制

This commit is contained in:
1378012178@qq.com 2025-04-07 16:07:11 +08:00
parent 00b2d9aaaa
commit 2be2ca36d0
2 changed files with 4 additions and 4 deletions

View File

@ -45,8 +45,8 @@ spring:
clean-disabled: true
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
max-file-size: 100MB
max-request-size: 100MB
mail:
# 定时任务发送邮件
timeJobSend: false

View File

@ -45,8 +45,8 @@ spring:
clean-disabled: true
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
max-file-size: 100MB
max-request-size: 100MB
mail:
# 定时任务发送邮件
timeJobSend: false