From cfc27f9f1e98f85129a14cb3ef8e55fdf08f522d Mon Sep 17 00:00:00 2001 From: huCareYou Date: Thu, 9 Oct 2025 14:45:02 +0800 Subject: [PATCH] =?UTF-8?q?feat(config):=20=E5=A2=9E=E5=8A=A0=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=A4=A7=E5=B0=8F=E9=99=90=E5=88=B6?= =?UTF-8?q?=E5=B0=86=E5=8D=95=E4=B8=AA=E6=96=87=E4=BB=B6=E5=A4=A7=E5=B0=8F?= =?UTF-8?q?=E5=92=8C=E6=80=BB=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F=E9=99=90=E5=88=B6=E4=BB=8E100MB=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E4=B8=BA300MB=EF=BC=8C=E4=BB=A5=E6=94=AF=E6=8C=81=E6=9B=B4?= =?UTF-8?q?=E5=A4=A7=E7=9A=84=E6=96=87=E4=BB=B6=E4=B8=8A=E4=BC=A0=E9=9C=80?= =?UTF-8?q?=E6=B1=82=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index beb32267e..c83e17ab8 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -76,9 +76,9 @@ spring: servlet: multipart: # 单个文件大小 - max-file-size: 100MB + max-file-size: 300MB # 设置总上传的文件大小 - max-request-size: 100MB + max-request-size: 300MB mvc: # 设置静态资源路径 防止所有请求都去查静态资源 static-path-pattern: /static/**