From 27051c6f5b3088570e1482aad53ee4788e6de2a1 Mon Sep 17 00:00:00 2001 From: Donghun Lee Date: Thu, 11 Apr 2024 05:54:34 +0900 Subject: [PATCH] redis : password mdify --- src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c473603..bffb895 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -57,7 +57,7 @@ spring: redis: host: localhost port: 6379 - #password: Go!donghun84* + password: Go!donghun84* mybatis: mapper-locations: classpath:sqlmap/mapper/**/*.xml