From a03233a481b7404b9e7673b77fa96f54e3294635 Mon Sep 17 00:00:00 2001 From: hylee Date: Tue, 24 Oct 2023 09:41:01 +0900 Subject: [PATCH] =?UTF-8?q?feat=20:=20=ED=8C=8C=EC=9D=BC=ED=81=AC=EA=B8=B0?= =?UTF-8?q?=2010MB=EB=A1=9C=20=EC=83=81=ED=96=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.properties | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 523714f..0d0450a 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -24,6 +24,9 @@ server.error.whitelabel.enabled=false # respone success status code respone.status.success=STAT_0 +spring.servlet.multipart.max-file-size=10MB +spring.servlet.multipart.max-request-size=10MB + # boot admin setting #spring.mvc.pathmatch.matching-strategy=ant_path_matcher #spring.boot.admin.client.instance.service-url=http://localhost:8089