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