From 7514c65395948d6550377917b081ebd294c7bf49 Mon Sep 17 00:00:00 2001 From: soohyun Date: Sat, 10 Aug 2024 19:50:40 +0900 Subject: [PATCH] =?UTF-8?q?#37=20refactor:=20=EC=A3=BC=EC=84=9D=EC=B6=94?= =?UTF-8?q?=EA=B0=80=20=EB=B0=8F=20cd=20=ED=99=95=EC=9D=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- neighbor/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neighbor/build.gradle b/neighbor/build.gradle index c5a20a8..1b015a6 100644 --- a/neighbor/build.gradle +++ b/neighbor/build.gradle @@ -42,6 +42,8 @@ dependencies { runtimeOnly 'io.jsonwebtoken:jjwt-jackson:0.11.5' implementation 'com.google.code.gson:gson:2.10.1' + + //REDIS implementation 'org.springframework.boot:spring-boot-starter-data-redis' implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-aws', version: '2.2.6.RELEASE'