From 7be769e60625a529c895160ebc3582019163fb44 Mon Sep 17 00:00:00 2001 From: wellbeing-dough Date: Fri, 8 Dec 2023 03:19:47 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20:=20=EC=9D=B4=EB=AF=B8=EC=A7=80=20?= =?UTF-8?q?=EC=97=85=EB=A1=9C=EB=93=9C=20=EC=9A=A9=EB=9F=89=20=EC=A6=9D?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-prod.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index bcbc9070..01606920 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -13,6 +13,9 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver username: ${rds.username} password: ${rds.password} + servlet: + multipart: + max-file-size: 20MB jpa: open-in-view: true