Eureka can not access the home page

the Spring: 
  the Application: 
    name: 90foodmall-Eureka 
Server: 
  Port: 8000 
Eureka: 
  Client: 
    # whether to register itself to Eureka Server, default to true 
    the Register-with-Eureka: false 
    # whether to obtain registration information from Eureka Server, default to true 
    FETCH -registry: false 
    # default HTTP: // localhost: 8761 / Eureka 
    Service-url: 
      defaultzone: HTTP: // localhost: $ {server.port} / Eureka /

Access address is http: // localhost: 8000

Not http: // localhost: 8000 / eureka

Guess you like

Origin www.cnblogs.com/uzxin/p/12035279.html