From db049e78f4e5430b301a3c02251ae4cfc31b27c1 Mon Sep 17 00:00:00 2001 From: zhangshuai Date: Wed, 4 Sep 2024 14:39:10 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=B0=83=E6=95=B4=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=A4=A7=E5=B0=8F=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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