From eee41a5fb58e6547a43929430f4b72908119db6e Mon Sep 17 00:00:00 2001
From: “djh” <“3298565835@qq.com”>
Date: 星期四, 05 十二月 2024 08:57:43 +0800
Subject: [PATCH] 修改

---
 src/main/resources/config/redisson-dev.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/config/redisson-dev.yml b/src/main/resources/config/redisson-dev.yml
index b504f7d..2d24224 100644
--- a/src/main/resources/config/redisson-dev.yml
+++ b/src/main/resources/config/redisson-dev.yml
@@ -10,13 +10,13 @@
   #  命令重试发送时间间隔,单位:毫秒
   retryInterval: 1500
   #  密码
-  password: wioowr23923sd3*&
+  password:
   #  单个连接最大订阅数量
   subscriptionsPerConnection: 5
   #  客户端名称
 #  clientName: null
   #  节点地址
-  address: redis://192.168.2.16:6379
+  address: redis://127.0.0.1:6379
 #  #  发布和订阅连接的最小空闲连接数
 #  subscriptionConnectionMinimumIdleSize: 1
 #  #  发布和订阅连接池大小

--
Gitblit v1.9.2