文件上传最大500M
This commit is contained in:
parent
f8ec52b78a
commit
344118e926
@ -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:
|
||||
|
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user