From 315177677c8fd8b3f55255b6884ed4137be92146 Mon Sep 17 00:00:00 2001 From: tanghc Date: Mon, 10 Aug 2020 11:16:48 +0800 Subject: [PATCH] 4.0.2 --- sop-website/src/main/resources/application-dev.properties | 2 -- 1 file changed, 2 deletions(-) diff --git a/sop-website/src/main/resources/application-dev.properties b/sop-website/src/main/resources/application-dev.properties index 49feb0aa..249ca94a 100644 --- a/sop-website/src/main/resources/application-dev.properties +++ b/sop-website/src/main/resources/application-dev.properties @@ -12,8 +12,6 @@ gateway.url=http://localhost:8081 ## nacos cloud配置 spring.cloud.nacos.discovery.server-addr=${register.url} -# eureka地址 -eureka.client.serviceUrl.defaultZone=${register.url} # 页面上显示的测试环境地址 api.url-test=http://open-test.yourdomain.com