2026-03-18提交:easyexcel导入文件大小和请求大小设置
This commit is contained in:
parent
5097ccd51f
commit
9533fd3aee
@ -18,6 +18,11 @@ spring:
|
||||
idle-timeout: 600000
|
||||
max-lifetime: 900000
|
||||
keepaliveTime: 30000
|
||||
servlet:
|
||||
multipart:
|
||||
enabled: true
|
||||
max-file-size: 100MB # 单个文件最大 默认1M
|
||||
max-request-size: 100MB # 整个请求最大 默认10M
|
||||
|
||||
# MyBatis-Plus配置
|
||||
mybatis-plus:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user