eureke的配置,如果是eureka运行时endpoint=DefaultEndpoint{ serviceUrl='http://localhost:10086/eureka/}, exception=java.net.ConnectException: Connection refused:
这种可能因为只有一个服务可以在yml这么配置
server:
port: 10086 #服务端口号
spring:
application:
name: eurekaserver #eureka的服务名称
eureka:
client:
service-url:
defaultZone: http://localhost:10086/eureka
fetch-registry: false