From 1ddd58a078a5a1c0f90dbc6f271c69762a39bef1 Mon Sep 17 00:00:00 2001 From: rivkode Date: Mon, 29 Apr 2024 16:49:50 +0900 Subject: [PATCH] =?UTF-8?q?#82=20fix=20:=20redis=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8afc3b71..ab6fbf0e 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' // redis - implementation 'org.springframework.boot:spring-boot-starter-data-redis' +// implementation 'org.springframework.boot:spring-boot-starter-data-redis' //security // implementation 'org.springframework.boot:spring-boot-starter-oauth2-client'