From 86e093535335cae5fd2b08e5edbc5c159b39b3c0 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Tue, 2 Dec 2025 18:34:12 +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 59f91c7..f448ba6 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -4,7 +4,7 @@ server.port=8080 # 单文件最大大小(例如:10MB,支持单位:B, KB, MB, GB) spring.servlet.multipart.max-file-size=10MB # 一次请求中所有文件的总大小(例如:50MB) -spring.servlet.multipart.max-request-size=50MB +spring.servlet.multipart.max-request-size=100MB # 数据源配置 spring.datasource.type=com.alibaba.druid.pool.DruidDataSource