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