使用 Feign Hystrix 因为熔断只是作用在服务调用这一端,因此我们根据上一篇的示例代码只需要改动 eureka-consumer-feign 项目相关代码就可以。 POM 配置 因为 Feign 中已经依赖了 Hystrix 所以在 maven 配置上不用做任何改动。 配置文件 在原来的 application.yml 配置的基础上修改 spring: application: name: eureka-consumer-feign-hystrix eureka: client: service-url: defaultZone: http://l