From 04c98e0f603708f5ed4a7a3dafa19c82baf7e24b Mon Sep 17 00:00:00 2001 From: wingyou Date: Tue, 14 May 2024 22:50:40 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20dev=20profile=20redis=20=EC=84=A4?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.properties | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index d96ae0f..9c774c8 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -33,4 +33,9 @@ cloud.aws.region.auto=false cloud.aws.stack.auto=false # Log level configuration -logging.level.root=DEBUG \ No newline at end of file +logging.level.root=DEBUG + +spring.data.redis.port=6379 +spring.data.redis.host=localhost +spring.data.redis.password= +