@@ -1,14 +1,3 @@
-jedis:
- pool:
- config:
- maxTotal: 100
- maxIdle: 20
- maxWaitMillis: 20000
- host: dev.redis.java110.com
- port: 6379
- timeout: 3000
- password: hc
-
eureka:
instance:
leaseRenewalIntervalInSeconds: 10
- port: ${redisport:6379}
- password: ${redispwd}
@@ -1,15 +1,3 @@
- maxTotal: 300
- maxIdle: 50
- minIdle: 20
- maxWaitMillis: 3000
- password: hc12345678
server:
port: 8008
tomcat:
@@ -1,13 +1,3 @@
-eureka:
- instance:
- leaseRenewalIntervalInSeconds: 10
- leaseExpirationDurationInSeconds: 30
- preferIpAddress: true
- instanceId: ${spring.cloud.client.ip-address}:${server.port}
- client:
- serviceUrl:
- defaultZone: http://dev.java110.com:8761/eureka/
- #defaultZone: http://localhost:8761/eureka/