From 3316a72661b540ac6541a2a92d5967012dad9ff3 Mon Sep 17 00:00:00 2001 From: 101 Date: Fri, 19 Jan 2024 14:40:40 +0900 Subject: [PATCH 1/2] =?UTF-8?q?aws=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build.gradle b/build.gradle index c0953091..2286da0d 100644 --- a/build.gradle +++ b/build.gradle @@ -32,6 +32,8 @@ dependencies { implementation 'org.eclipse.collections:eclipse-collections-api:11.1.0' implementation 'org.eclipse.collections:eclipse-collections:11.1.0' + implementation 'org.springframework.cloud:spring-cloud-starter-aws:2.2.6.RELEASE' + compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' From 31987c3bdd4d7521b71fd67ac248d2d68b9dbed5 Mon Sep 17 00:00:00 2001 From: 101 Date: Fri, 19 Jan 2024 14:40:49 +0900 Subject: [PATCH 2/2] =?UTF-8?q?=EA=B8=B0=EB=B3=B8=20=EC=85=8B=ED=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index e69de29b..09d23c32 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -0,0 +1,11 @@ +spring: + data: + mongodb: + uri: + database: + + servlet: + multipart: + max-file-size: 10MB + max-request-size: 10MB + enabled: true