上传文件最大值

This commit is contained in:
wuchunlei
2024-07-10 13:57:34 +08:00
parent 52d4c1e7c4
commit add781242d

View File

@@ -18,8 +18,8 @@ spring:
date-format: yyyy-MM-dd HH:mm:ss date-format: yyyy-MM-dd HH:mm:ss
servlet: servlet:
multipart: multipart:
max-file-size: 100MB max-file-size: 1000MB
max-request-size: 100MB max-request-size: 1000MB
enabled: true enabled: true
mvc: mvc:
throw-exception-if-no-handler-found: true throw-exception-if-no-handler-found: true