From 2c8051365f050c92b69cc25584a6dfc9b7b84f9a Mon Sep 17 00:00:00 2001 From: persi0815 Date: Fri, 31 May 2024 11:53:36 +0900 Subject: [PATCH 1/2] =?UTF-8?q?Refactor:=20=EC=9A=A9=EB=9F=89=20=EC=A4=84?= =?UTF-8?q?=EC=97=AC=EB=B3=B4=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c4f8678..f4f15e7 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -34,10 +34,10 @@ spring: - nickname - email - servlet: - multipart: - maxFileSize: 10MB # 파일 하나의 최대 크기 - maxRequestSize: 30MB # 한 번에 최대 업로드 가능 용량 +# servlet: +# multipart: +# maxFileSize: 10MB # 파일 하나의 최대 크기 +# maxRequestSize: 30MB # 한 번에 최대 업로드 가능 용량 # S3 cloud: From fcc43f1f356fe5f3618d63bed0baffe231403ad6 Mon Sep 17 00:00:00 2001 From: persi0815 Date: Fri, 31 May 2024 12:12:22 +0900 Subject: [PATCH 2/2] =?UTF-8?q?Refactor:=20=EC=9A=A9=EB=9F=89=20=EB=8A=98?= =?UTF-8?q?=EB=A6=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f4f15e7..c4f8678 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -34,10 +34,10 @@ spring: - nickname - email -# servlet: -# multipart: -# maxFileSize: 10MB # 파일 하나의 최대 크기 -# maxRequestSize: 30MB # 한 번에 최대 업로드 가능 용량 + servlet: + multipart: + maxFileSize: 10MB # 파일 하나의 최대 크기 + maxRequestSize: 30MB # 한 번에 최대 업로드 가능 용량 # S3 cloud: