From 2e63546bce42050d55fc4ec8424de7c8ff7b957a Mon Sep 17 00:00:00 2001 From: zch Date: Wed, 28 May 2025 11:34:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BF=AE=E6=94=B9=20Redis=20=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=BA=93=E7=B4=A2=E5=BC=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 Redis 数据库索引从 7 修改为 2 - 此修改可能影响使用该数据库的应用程序,请确保更新相关配置 --- os-admin/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os-admin/src/main/resources/application.yml b/os-admin/src/main/resources/application.yml index ba13025..fe321c2 100644 --- a/os-admin/src/main/resources/application.yml +++ b/os-admin/src/main/resources/application.yml @@ -84,7 +84,7 @@ spring: # 端口,默认为6379 port: 6379 # 数据库索引 - database: 7 + database: 2 # 密码 password: haiwei@123 # 连接超时时间