文件上传最大500M

This commit is contained in:
Jerry Yan 2025-02-17 12:45:10 +08:00
parent f8ec52b78a
commit 344118e926
2 changed files with 4 additions and 4 deletions

View File

@ -46,8 +46,8 @@ spring:
# 配置请求文件大小
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB
max-file-size: 500MB
max-request-size: 500MB
# MyBatis
mybatis-plus:

View File

@ -46,8 +46,8 @@ spring:
# 配置请求文件大小
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB
max-file-size: 500MB
max-request-size: 500MB
# MyBatis
mybatis-plus: