From 0853ef30fc964e8c886bb8d0071b0ac0999f4d1d Mon Sep 17 00:00:00 2001 From: zhouxiunai <154707516@qq.com> Date: Mon, 31 Aug 2020 12:51:01 +0800 Subject: [PATCH] =?UTF-8?q?231=E7=9B=B8=E5=85=B3=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=BA235?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index 532cc37..4221186 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -40,12 +40,12 @@ spring: eureka: client: service-url: - defaultZone: http://130.120.3.231:94/eureka/ + defaultZone: http://130.120.3.235:94/eureka/ instance: prefer-ip-address: false hostName: adminapi sysApi: - host: 130.120.3.231 + host: 130.120.3.235 port: 93 schema: http #baseUrl: ${sysApi.schema}://${sysApi.host}:${sysApi.port}