From debe5f88a2ded467d4c1911d7d31f53b79a30f08 Mon Sep 17 00:00:00 2001 From: dingjie Date: Thu, 21 Dec 2023 14:13:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E9=99=90=E5=88=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sgzb-modules/sgzb-system/src/main/resources/bootstrap.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sgzb-modules/sgzb-system/src/main/resources/bootstrap.yml b/sgzb-modules/sgzb-system/src/main/resources/bootstrap.yml index cbf96d7b..19776a8b 100644 --- a/sgzb-modules/sgzb-system/src/main/resources/bootstrap.yml +++ b/sgzb-modules/sgzb-system/src/main/resources/bootstrap.yml @@ -3,7 +3,11 @@ server: port: 9201 # Spring -spring: +spring: + servlet: + multipart: + max-request-size: 10MB + max-file-size: 10MB application: # 应用名称 name: sgzb-system