From c34c11dbf121ae7a08c4014d2e5ad8e972a1869c Mon Sep 17 00:00:00 2001 From: zhouxiunai <154707516@qq.com> Date: Mon, 28 Jan 2019 11:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E4=BF=AE=E6=94=B9=E7=94=9F?= =?UTF-8?q?=E4=BA=A7=E7=8E=AF=E5=A2=83=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-pro.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application-pro.yml b/src/main/resources/application-pro.yml index 5e3674e..20c1b57 100644 --- a/src/main/resources/application-pro.yml +++ b/src/main/resources/application-pro.yml @@ -39,7 +39,7 @@ spring: eureka: client: service-url: - defaultZone: http://130.120.3.231:94/eureka/ + defaultZone: http://172.17.35.163:94/eureka/ instance: prefer-ip-address: true sysApi: @@ -61,9 +61,4 @@ elasticsearch: #注意cluster.name需要与config/elasticsearch.yml中的cluster.name一致 cluster: name: docker-cluster -eureka: - client: - service-url: - defaultZone: http://172.17.35.163:94/eureka/ - instance: - prefer-ip-address: true \ No newline at end of file + maxSize: 10000 \ No newline at end of file