From 8c0615f56bf79563012d50a784a5fbce82e486fa Mon Sep 17 00:00:00 2001 From: "wangiegie@gmail.com" Date: Thu, 21 Dec 2017 13:05:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pig-admin-service/src/main/resources/bootstrap.yml | 4 ++-- pig-auth-service/src/main/resources/bootstrap.yml | 4 ++-- pig-gateway/src/main/resources/bootstrap.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pig-admin-service/src/main/resources/bootstrap.yml b/pig-admin-service/src/main/resources/bootstrap.yml index 90fa87ed..25d48cca 100644 --- a/pig-admin-service/src/main/resources/bootstrap.yml +++ b/pig-admin-service/src/main/resources/bootstrap.yml @@ -3,7 +3,7 @@ eureka: prefer-ip-address: true client: serviceUrl: - defaultZone: http://pig:gip6666@localhost:1001/eureka + defaultZone: http://pig:gip6666@localhost:1025/eureka spring: application: @@ -14,7 +14,7 @@ spring: discovery: service-id: pig-config-server enabled: true - profile: dev + profile: local label: master diff --git a/pig-auth-service/src/main/resources/bootstrap.yml b/pig-auth-service/src/main/resources/bootstrap.yml index 3e7778ff..b5a4b64d 100644 --- a/pig-auth-service/src/main/resources/bootstrap.yml +++ b/pig-auth-service/src/main/resources/bootstrap.yml @@ -3,7 +3,7 @@ eureka: prefer-ip-address: true client: serviceUrl: - defaultZone: http://pig:gip6666@localhost:1001/eureka + defaultZone: http://pig:gip6666@localhost:1025/eureka spring: application: @@ -14,6 +14,6 @@ spring: discovery: service-id: pig-config-server enabled: true - profile: dev + profile: local label: master diff --git a/pig-gateway/src/main/resources/bootstrap.yml b/pig-gateway/src/main/resources/bootstrap.yml index 273fa9e2..6575fd88 100644 --- a/pig-gateway/src/main/resources/bootstrap.yml +++ b/pig-gateway/src/main/resources/bootstrap.yml @@ -3,7 +3,7 @@ eureka: prefer-ip-address: true client: serviceUrl: - defaultZone: http://pig:gip6666@localhost:1001/eureka + defaultZone: http://pig:gip6666@localhost:1025/eureka spring: application: @@ -14,5 +14,5 @@ spring: discovery: service-id: pig-config-server enabled: true - profile: dev + profile: local label: master