Spring Cloud 微服务开发:入门、进阶与源码剖析 —— 5.2 Spring Cloud Hystrix 进阶、实战

5.2 Spring Cloud Hystrix 进阶、实战

5.2.1 Hystrix入门案例

  1. 创建client工程,引入相关依赖:

    代码清单:ch5_1/pom.xml


    <dependency>
        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-starter-web

猜你喜欢

转载自blog.csdn.net/meteor_93/article/details/104099242