From 8b9f7e609aa9f8f97975d42accd89c62dbdb0ac9 Mon Sep 17 00:00:00 2001 From: zhouxiunai <154707516@qq.com> Date: Mon, 31 Aug 2020 11:54:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9eureka=E6=B3=A8=E5=86=8C?= =?UTF-8?q?=E7=9B=B8=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 4e4fabdd..2ec1b4ad 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -94,7 +94,8 @@ eureka: service-url: defaultZone: http://130.120.3.231:94/eureka/ instance: - prefer-ip-address: true + prefer-ip-address: false + hostName: msgexchangeapi adminApi: schema: http baseUrl: ${adminApi.schema}://ADMINAPI