<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-eureka-server</artifactId>
<version>1.4.6.RELEASE</version>
</dependency>
#Eureka配置,服务注册
eureka:
client:
service-url:
defaultZone: http://localhost:8000/eureka/,http://localhost:9000/eureka/
原文:https://www.cnblogs.com/lq-404/p/15180065.html