1.pom文件

<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-starter-hystrix</artifactId>
    <version>1.4.6.RELEASE</version>
</dependency>

2.yml

3.

@HystrixCommand(fallbackMethod="")

 

 

 4.启动类

 

posted on 2019-03-26 19:06  <meng>  阅读(88)  评论(0编辑  收藏  举报