diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 31cf25a..7d4597b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -30,8 +30,8 @@ spring: placeholder-replacement: false # 不做取值替换 默认替换为 ${} ,初始化sql中有sql语句存在freemarker替换,所以禁用此项 servlet: multipart: - max-file-size: 200MB - max-request-size: 200MB + max-file-size: 500MB + max-request-size: 500MB enabled: true main: allow-circular-references: true