From e979ce626f49e480ebb23c66e44ad286d22cc076 Mon Sep 17 00:00:00 2001 From: EnderByEndera <707475564@qq.com> Date: Mon, 13 May 2024 15:56:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9Redis=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E8=A7=A3=E5=86=B3=E9=9B=86=E7=BE=A4=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config/application-test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/main/resources/config/application-test.yml b/src/main/resources/config/application-test.yml index 7a3f398..88b898b 100644 --- a/src/main/resources/config/application-test.yml +++ b/src/main/resources/config/application-test.yml @@ -109,9 +109,8 @@ spring: data: redis: - host: 192.168.107.89 - port: 6379 - database: 1 + cluster: + nodes: 10.26.31.133:6380, 10.26.31.133:6381, 10.26.31.133:6382, 10.26.31.133:6383, 10.26.31.133:6384, 10.26.31.133:6385 jedis: pool: enabled: true @@ -119,7 +118,7 @@ spring: max-idle: 5 min-idle: 1 connect-timeout: 1000 - password: aiihhbfcsy123!@# + password: 123456 mybatis: mapper-locations: classpath:mappers/*