From 462a9ac68028077205cc9b73105ce9bfbf6ef71c Mon Sep 17 00:00:00 2001 From: Nepxion <1394997@qq.com> Date: Sat, 14 Dec 2019 13:26:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=BF=87=E6=97=B6=E7=9A=84?= =?UTF-8?q?=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap.properties | 4 ---- .../src/main/resources/bootstrap.properties | 4 ---- .../src/main/resources/bootstrap.properties | 4 ---- .../src/main/resources/bootstrap.properties | 4 ---- 4 files changed, 16 deletions(-) diff --git a/discovery-springcloud-example-console/src/main/resources/bootstrap.properties b/discovery-springcloud-example-console/src/main/resources/bootstrap.properties index 850ccdc5c8..71e93f7c47 100644 --- a/discovery-springcloud-example-console/src/main/resources/bootstrap.properties +++ b/discovery-springcloud-example-console/src/main/resources/bootstrap.properties @@ -63,10 +63,6 @@ spring.redis.host=localhost spring.redis.port=6379 spring.redis.password= spring.redis.database=0 -spring.redis.pool.max-active=8 -spring.redis.pool.max-wait=-1 -spring.redis.pool.max-idle=8 -spring.redis.pool.min-idle=0 # Management config # 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效 diff --git a/discovery-springcloud-example-gateway/src/main/resources/bootstrap.properties b/discovery-springcloud-example-gateway/src/main/resources/bootstrap.properties index 978590bedc..1536aed6f6 100644 --- a/discovery-springcloud-example-gateway/src/main/resources/bootstrap.properties +++ b/discovery-springcloud-example-gateway/src/main/resources/bootstrap.properties @@ -57,10 +57,6 @@ spring.redis.host=localhost spring.redis.port=6379 spring.redis.password= spring.redis.database=0 -spring.redis.pool.max-active=8 -spring.redis.pool.max-wait=-1 -spring.redis.pool.max-idle=8 -spring.redis.pool.min-idle=0 # Management config # 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效 diff --git a/discovery-springcloud-example-service/src/main/resources/bootstrap.properties b/discovery-springcloud-example-service/src/main/resources/bootstrap.properties index df6ee74b32..c3badc9a96 100644 --- a/discovery-springcloud-example-service/src/main/resources/bootstrap.properties +++ b/discovery-springcloud-example-service/src/main/resources/bootstrap.properties @@ -62,10 +62,6 @@ spring.redis.host=localhost spring.redis.port=6379 spring.redis.password= spring.redis.database=0 -spring.redis.pool.max-active=8 -spring.redis.pool.max-wait=-1 -spring.redis.pool.max-idle=8 -spring.redis.pool.min-idle=0 # Sentinel config spring.cloud.sentinel.transport.dashboard=localhost:8075 diff --git a/discovery-springcloud-example-zuul/src/main/resources/bootstrap.properties b/discovery-springcloud-example-zuul/src/main/resources/bootstrap.properties index 2ed6a3b1bb..898d42d19a 100644 --- a/discovery-springcloud-example-zuul/src/main/resources/bootstrap.properties +++ b/discovery-springcloud-example-zuul/src/main/resources/bootstrap.properties @@ -57,10 +57,6 @@ spring.redis.host=localhost spring.redis.port=6379 spring.redis.password= spring.redis.database=0 -spring.redis.pool.max-active=8 -spring.redis.pool.max-wait=-1 -spring.redis.pool.max-idle=8 -spring.redis.pool.min-idle=0 # Management config # 该项只对Consul有效,而且必须配置在bootstrap.properties里,配置在application.properties无效