调整上传文件的大小限制

This commit is contained in:
1378012178@qq.com 2025-04-07 16:06:56 +08:00
parent cd95f5c395
commit 24bad7bbd6
3 changed files with 6 additions and 6 deletions

View File

@ -45,8 +45,8 @@ spring:
clean-disabled: true
servlet:
multipart:
max-file-size: 50MB
max-request-size: 50MB
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

View File

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