微服务学习20——feign中使用hystrix

在pom文件中查看依赖间关联关系:app 找到feign-core,能够看到,feign组件实际上包含了hystrix:ide 那么该如何在feign中使用hystrix?blog 经过@FeignClient(name = "product", fallback = ProductClient.ProductClientFallback.class)这样的注解指定服务不可用时使用的class  
相关文章
相关标签/搜索