From 4fec64bb10e126bdfb53e30558b4cecc8d1b6b1f Mon Sep 17 00:00:00 2001 From: Sim-km Date: Thu, 30 Jan 2025 20:02:55 +0900 Subject: [PATCH] =?UTF-8?q?ASAP-392=20=EB=B0=80=ED=8B=B0=ED=8C=8C=ED=8A=B8?= =?UTF-8?q?=201mb=20->=2025mb=EB=A1=9C=20=EC=A6=9D=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap-Module/src/main/resources/application.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Bootstrap-Module/src/main/resources/application.yml b/Bootstrap-Module/src/main/resources/application.yml index e5c96832..15e69ef3 100644 --- a/Bootstrap-Module/src/main/resources/application.yml +++ b/Bootstrap-Module/src/main/resources/application.yml @@ -13,4 +13,10 @@ spring: - security-local - aws-local - persistence-test - active: local \ No newline at end of file + active: local + + + servlet: + multipart: + max-file-size: 25MB + max-request-size: 25MB \ No newline at end of file