Spring Cloud(五):feign+hystrix集成测试
Feign 集成 HystrixFeign默认不启用Hystrix,不推荐启用Hystrix(后面分析)启用Hystrix基础配置:hystrix起步依赖(feign集成的hystrix依赖并不完全,比如监控功能便没有) <dependency> <groupId>org.springframework.cloud</groupId> <artifact