From 38baf1bb50c8b58be1d7eb689ce16493ba526ae7 Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Mon, 4 Aug 2025 15:56:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=86redis=20database=E6=94=B9=E4=B8=BA0?= =?UTF-8?q?=EF=BC=88=E4=B8=B4=E6=97=B6=E8=A7=A3=E5=86=B3=E5=8A=9E=E6=B3=95?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../nu-system-start/src/main/resources/application-uat.yml | 2 +- .../nu-system-start/src/main/resources/application-uat102.yml | 2 +- .../nu-system-start/src/main/resources/application-uat103.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nursing-unit-system/nu-system-start/src/main/resources/application-uat.yml b/nursing-unit-system/nu-system-start/src/main/resources/application-uat.yml index fe1c22a..6104872 100644 --- a/nursing-unit-system/nu-system-start/src/main/resources/application-uat.yml +++ b/nursing-unit-system/nu-system-start/src/main/resources/application-uat.yml @@ -220,7 +220,7 @@ spring: # driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 redis: - database: 3 + database: 0 host: redis port: 6379 password: uUgrUus4JAYuwxzo diff --git a/nursing-unit-system/nu-system-start/src/main/resources/application-uat102.yml b/nursing-unit-system/nu-system-start/src/main/resources/application-uat102.yml index 693e336..6a76fdf 100644 --- a/nursing-unit-system/nu-system-start/src/main/resources/application-uat102.yml +++ b/nursing-unit-system/nu-system-start/src/main/resources/application-uat102.yml @@ -220,7 +220,7 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 redis: - database: 4 + database: 0 host: redis port: 6379 password: uUgrUus4JAYuwxzo diff --git a/nursing-unit-system/nu-system-start/src/main/resources/application-uat103.yml b/nursing-unit-system/nu-system-start/src/main/resources/application-uat103.yml index 62ddfc2..e05b77c 100644 --- a/nursing-unit-system/nu-system-start/src/main/resources/application-uat103.yml +++ b/nursing-unit-system/nu-system-start/src/main/resources/application-uat103.yml @@ -220,7 +220,7 @@ spring: driver-class-name: com.mysql.cj.jdbc.Driver #redis 配置 redis: - database: 5 + database: 0 host: redis port: 6379 password: uUgrUus4JAYuwxzo