From 982e79d2684de8fc8eb73488ac774abbbf82896f Mon Sep 17 00:00:00 2001 From: wangw <1594593906@qq.com> Date: Tue, 17 Dec 2024 14:13:35 +0800 Subject: [PATCH] =?UTF-8?q?redis=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c68a68e0..1248147b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -34,7 +34,7 @@ spring: database: 0 host: localhost port: 6379 - password: # 密码(默认为空) + password: 111111 # 密码(默认为空) timeout: 6000ms # 连接超时时长(毫秒) jedis: pool: