From 29bdb9ddbb7031153373f2e70a5a58a59ccb271c Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Tue, 2 Dec 2025 18:38:40 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E6=94=B9=E8=BF=9B=E3=80=91=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index f448ba6..48fb706 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -2,7 +2,7 @@ server.port=8080 # 单文件最大大小(例如:10MB,支持单位:B, KB, MB, GB) -spring.servlet.multipart.max-file-size=10MB +spring.servlet.multipart.max-file-size=100MB # 一次请求中所有文件的总大小(例如:50MB) spring.servlet.multipart.max-request-size=100MB