概述 给服务配置一个管理端口 创建工程 application.yml management: # spring-boot-starter-acturator port: 8081 spring: application: name: microservice-consumer-movie-ribbon-with-hystrix3 server: port: 8010 context-path: /ribbon eureka: client: healthcheck: enabled: true serviceUr…