From 0a1c5d43f0ac2ea1eb87e70613481012a7ad9cd4 Mon Sep 17 00:00:00 2001 From: Pliza Date: Tue, 19 Nov 2019 08:45:59 +0800 Subject: [PATCH] modify reference --- docs/high-availability/hystrix-circuit-breaker.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/high-availability/hystrix-circuit-breaker.md b/docs/high-availability/hystrix-circuit-breaker.md index eed1c5a..a446f26 100644 --- a/docs/high-availability/hystrix-circuit-breaker.md +++ b/docs/high-availability/hystrix-circuit-breaker.md @@ -197,5 +197,4 @@ ProductInfo(id=1, name=iphone7手机, price=5599.0, pictureList=a.jpg,b.jpg, spe ### 参考内容 1. [Hystrix issue 1459](https://github.com/Netflix/Hystrix/issues/1459) -2. [Hystrix Metrics](https://github.com/Netflix/Hystrix/wiki/Configuration#metrics) -3. \ No newline at end of file +2. [Hystrix Metrics](https://github.com/Netflix/Hystrix/wiki/Configuration#metrics) \ No newline at end of file -- GitLab