From d7a3217d42443049dbf78c5ce5bf7d4a97b2a7c4 Mon Sep 17 00:00:00 2001 From: djz8236 Date: Mon, 10 Jul 2023 16:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=20=E4=BB=93=E5=BA=93?= =?UTF-8?q?=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0=E7=9A=84=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../project/wh-manage/src/main/resources/application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/warehousing-system/project/wh-manage/src/main/resources/application.yml b/warehousing-system/project/wh-manage/src/main/resources/application.yml index f5dd3907..eb90bf78 100644 --- a/warehousing-system/project/wh-manage/src/main/resources/application.yml +++ b/warehousing-system/project/wh-manage/src/main/resources/application.yml @@ -2,6 +2,10 @@ server: port: 9050 servlet: context-path: / + multipart: + enabled: true + max-file-size: 20MB + max-request-size: 200MB spring: application: name: supervise-wm