修改Redis配置,解决集群配置问题

This commit is contained in:
EnderByEndera
2024-05-13 15:56:43 +08:00
parent 9d8c1488c9
commit e979ce626f

View File

@@ -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/*