From bd3523fd3d161e82ba75b0b2f12a6eba5232c194 Mon Sep 17 00:00:00 2001 From: MichaelWin Date: Fri, 27 Feb 2026 18:33:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 65b09d3..eebba98 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -9,6 +9,7 @@ spring.profiles.active=prod # 应用服务 WEB 访问端口 server.port=8080 + # 单文件最大大小(例如:10MB,支持单位:B, KB, MB, GB) spring.servlet.multipart.max-file-size=100MB # 一次请求中所有文件的总大小(例如:50MB)