SpringCloud 微服务架构(15)- 基于 Feign的熔断配置1 基于 Feign的熔断配置
1 基于 Feign的熔断配置SpringCloud Fegin默认已为Feign整合了hystrix,所以添加Feign依赖后就不用在添加hystri1.1 案例IProductFeignClientpackage com.tzb.order.feign;import com.tzb.order.entity.Product;import org.springframework.cloud.openfeign.FeignClient;import org.springframew