This commit is contained in:
tanghc
2019-07-18 17:43:37 +08:00
parent 8876cb1fa0
commit 29ecaec4bd
3 changed files with 3 additions and 9 deletions

View File

@@ -1,12 +1,6 @@
server.port=1111
spring.application.name=sop-registry
# ------- 需要改的配置 -------
# eureka注册中心地址
eureka.url=http://localhost:1111/eureka/
# ------- 需要改的配置end -------
eureka.client.fetch-registry=false
eureka.client.register-with-eureka=false
eureka.client.serviceUrl.defaultZone=${eureka.url}
eureka.client.serviceUrl.defaultZone=http://localhost:1111/eureka/