摘要:
spring cloud: Hystrix(四):feign使用hystrix @FeignClient支持回退的概念:fallback方法,这里有点类似于:@HystrixCommand(fallbackMethod = "notfindback")的fallbackMethod 方法。 fall 阅读全文
摘要:
spring cloud: Hystrix(三):健康指数 health Indicator ribbon+hystrix 当使用Hystrix时(spring-cloud-starter-hystrix),项目是可以通过,/health.stream查看相关项目的健康指数的。 这里的/health 阅读全文
摘要:
一、Requests for PHP 官网:http://requests.ryanmccue.info官方介绍:Requests is a humble HTTP request library. It simplifies how you interact with other sites an 阅读全文