From 8ee5d70b28db1f4e0ac069c0691e68dea8237ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=BA=86=E5=90=89?= <51312040@qq.com> Date: Tue, 23 Feb 2021 15:33:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0test?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-test.yml | 34 +++---------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index fde6321..6e5793b 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -92,43 +92,15 @@ spring: nodes: 10.125.164.124:32718, 10.125.164.118:32716, 10.125.164.121:32716 password: Unicom#135 - lettuce: - # jedis: - pool: - maxTotal: 50 - minIdle: 1 - maxWaitMillis: 5000 - maxIdle: 5 - testOnBorrow: true - testOnReturn: true - testWhileIdle: true - token: - database: 0 - host: 125.32.114.204 - port: 16379 - password: redis@CC1234 - timeout: 6000 - uuid: - database: 1 - host: 125.32.114.204 - port: 16379 - password: redis@CC1234 - timeout: 6000 - cache: - database: 2 - host: 125.32.114.204 - port: 16379 - password: redis@CC1234 - timeout: 6000 - # 天宫Eureka配置 eureka: client: service-url: defaultZone: http://10.242.31.158:5001/eureka,http://10.242.31.158:5002/eureka,http://10.242.31.158:5003/eureka instance: - prefer-ip-address: true - instance-ip: ${spring.cloud.client.ip-address}:${server.port} + instance-id: 125.32.114.204:${server.port} + hostname: 125.32.114.204 + ip-address: 125.32.114.204 mybatis-plus: configuration: