fixbug 文件上传大小 && 微信https 异常问题

This commit is contained in:
limqhz
2021-03-28 12:52:21 +08:00
parent 3fa693bf01
commit dbf34c9fd1
4 changed files with 54 additions and 13 deletions

View File

@@ -11,8 +11,8 @@ app:
spring:
http:
multipart:
max-file-size: 40MB
max-request-size: 40MB
max-file-size: 1024MB
max-request-size: 1024MB
enabled: true
profiles:
include:
@@ -93,4 +93,4 @@ logging:
level:
com:
sv:
mapper: DEBUG
mapper: DEBUG