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