From f6ff0b97bfd5e53109ae395dda6b9fabce3e8c6f Mon Sep 17 00:00:00 2001 From: xp541130126 <541130126@qq.com> Date: Mon, 8 Oct 2018 14:02:35 +0800 Subject: [PATCH] modify default eureka server url --- application-dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application-dev.yml b/application-dev.yml index 2c7a106..0c202e7 100644 --- a/application-dev.yml +++ b/application-dev.yml @@ -1,7 +1,7 @@ eureka: client: service-url: - defaultZone: http://localhost:8761/eureka/ + defaultZone: http://localhost:8762/eureka/ server: tomcat: @@ -63,4 +63,4 @@ hystrix: execution: isolation: thread: - timeoutInMilliseconds: 60000 \ No newline at end of file + timeoutInMilliseconds: 60000