在使用Spring2.0及以上版本时,断路器hystrix包引不进,此时需要手动单独引入,如下:
<dependency> <groupId>com.netflix.hystrix</groupId> <artifactId>hystrix-javanica</artifactId> </dependency>
2022-05-16 03:10:36
在使用Spring2.0及以上版本时,断路器hystrix包引不进,此时需要手动单独引入,如下:
<dependency> <groupId>com.netflix.hystrix</groupId> <artifactId>hystrix-javanica</artifactId> </dependency>
下一篇:注意