From c9a6f9fe6dab244278b15f73af1c54a28484671d Mon Sep 17 00:00:00 2001 From: "review512jwy@163.com" <“review512jwy@163.com”> Date: Wed, 15 Apr 2026 08:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=8A=E4=BC=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=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.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 663437b..b92552b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -7,8 +7,8 @@ spring: import: classpath:codegen.yml servlet: multipart: - max-file-size: 50MB - max-request-size: 50MB + max-file-size: 200MB + max-request-size: 500MB # 在 banner.txt 中显示项目版本,使用 @project.version@ 从 pom.xml 获取 project: version: @project.version@