无法访问Eureka主页

spring:
  application:
    name: 90foodmall-eureka
server:
  port: 8000
eureka:
  client:
    #是否将自己注册到Eureka Server,默认为true
    register-with-eureka: false
    #是否从Eureka Server获取注册信息,默认为true
    fetch-registry: false
    #默认是http://localhost:8761/eureka
    service-url:
      defaultZone: http://localhost:${server.port}/eureka/

访问地址是http://localhost:8000

不是http://localhost:8000/eureka

posted @ 2019-12-13 15:18  uzxin  阅读(1455)  评论(0编辑  收藏  举报