From e2470501ab2e0772462c5869cc21588ca807743c Mon Sep 17 00:00:00 2001
From: Hentua <wangdoubleone@gmail.com>
Date: Fri, 07 Apr 2023 14:59:23 +0800
Subject: [PATCH] fix
---
src/main/resources/application-dev.yml | 2 +-
src/main/resources/application-test.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 593e7df..f400fa0 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -28,7 +28,7 @@
# Redis服务器连接端口
port: 6379
# Redis 密码
- password: xcong123
+ password: d3y6dsdl;f.327
lettuce:
pool:
# 连接池中的最小空闲连接
diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index 593e7df..f400fa0 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -28,7 +28,7 @@
# Redis服务器连接端口
port: 6379
# Redis 密码
- password: xcong123
+ password: d3y6dsdl;f.327
lettuce:
pool:
# 连接池中的最小空闲连接
--
Gitblit v1.9.1