摘要: 阅读全文
posted @ 2021-08-19 16:48 应景的BGM 阅读(56) 评论(0) 推荐(0)
摘要: @HystrixCommand(fallbackMethod = "降级方法名",commandProperties = { @HystrixProperty(name = “circuitBreaker.enable",value = "true"),//开启断路器 @HystrixPropert 阅读全文
posted @ 2021-08-19 10:35 应景的BGM 阅读(90) 评论(0) 推荐(0)