Commit 583742be authored by houg's avatar houg

注册中心

parent f4ba0843
spring.application.name=eureka-server
server.port=8761
server.servlet.context-path=/register
app.id=evonate-newretail-eureka
#apollo.meta= http://122.112.233.76:8888
......@@ -10,6 +11,6 @@ eureka.client.registerWithEureka=false
#表示是否从Eureka Server上获取注册信息,默认为true
eureka.client.fetchRegistry=false
eureka.instance.hostname=localhost
eureka.client.serviceUrl.defaultZone=http://localhost:${server.port}/eureka/
eureka.client.serviceUrl.defaultZone=http://localhost:${server.port}/register/eureka/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment