From add781242db8b29f996fa7ca277d537bbcb81bd8 Mon Sep 17 00:00:00 2001 From: wuchunlei Date: Wed, 10 Jul 2024 13:57:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E6=9C=80?= =?UTF-8?q?=E5=A4=A7=E5=80=BC?= 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 12c639b7..2bfdc0a0 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -18,8 +18,8 @@ spring: date-format: yyyy-MM-dd HH:mm:ss servlet: multipart: - max-file-size: 100MB - max-request-size: 100MB + max-file-size: 1000MB + max-request-size: 1000MB enabled: true mvc: throw-exception-if-no-handler-found: true