SpringCloud在集成hystrix的时候打不开hystrix的网页

引入依赖


    org.springframework.cloud
    spring-cloud-starter-netflix-hystrix-dashboard




    org.springframework.boot
    spring-boot-starter-actuator

添加注解

@EnableHystrixDashboard

我用127.0.0.1:8081/hystrix访问的时候打不开网页,直接下载了一个hystrix的文件

但我用localhost:8081/hystrix/访问正确

你可能感兴趣的:(springcloud)