fix:平均分接口开发

dev
wangxy 12 months ago
parent 63305048e1
commit 5159b6c264

@ -57,9 +57,9 @@ spring:
servlet: servlet:
multipart: multipart:
# 单个文件大小 # 单个文件大小
max-file-size: 10MB max-file-size: 100MB
# 设置总上传的文件大小 # 设置总上传的文件大小
max-request-size: 20MB max-request-size: 200MB
# 服务模块 # 服务模块
devtools: devtools:
restart: restart:

@ -25,7 +25,7 @@ public class FileUploadUtils
/** /**
* 50M * 50M
*/ */
public static final long DEFAULT_MAX_SIZE = 50 * 1024 * 1024; public static final long DEFAULT_MAX_SIZE = 200 * 1024 * 1024;
/** /**
* 100 * 100

Loading…
Cancel
Save