From 070be703d6a92d20b19d4fc1bb5f029abff7b1e9 Mon Sep 17 00:00:00 2001 From: soohyun Date: Fri, 16 Aug 2024 15:33:11 +0900 Subject: [PATCH] =?UTF-8?q?test:=20=ED=97=AC=EC=8A=A4=EC=B2=B4=ED=81=AC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neighbor/build.gradle | 3 +++ 1 file changed, 3 insertions(+) diff --git a/neighbor/build.gradle b/neighbor/build.gradle index 1b015a6..7a1f1b7 100644 --- a/neighbor/build.gradle +++ b/neighbor/build.gradle @@ -46,6 +46,9 @@ dependencies { //REDIS implementation 'org.springframework.boot:spring-boot-starter-data-redis' + //health + implementation 'org.springframework.boot:spring-boot-starter-actuator' + implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-aws', version: '2.2.6.RELEASE' }