未来就是现在的延续,过去就是完成的现在

Spring cloud之断路器hystrix包问题

在使用Spring2.0及以上版本时,断路器hystrix包引不进,此时需要手动单独引入,如下:

<dependency>
    <groupId>com.netflix.hystrix</groupId>
    <artifactId>hystrix-javanica</artifactId>
</dependency>

 

posted @ 2018-09-28 16:23  lzj123  阅读(148)  评论(0编辑  收藏  举报