
熔断
as_chengge
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Spring Cloud OpenFeign 踩坑
错误: org.springframework.web.client.RestClientException: Could not extract response: no suitable HttpMessageConverter found for response type [class java.lang.Object] and content type [text/plain;char...原创 2019-11-07 23:21:40 · 1777 阅读 · 0 评论 -
spring boot 整合ribbon 分布式开发熔断降级
一,pom文件引入依赖 <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-netflix-ribbon</artifactId> </dependency> 二 、配置...原创 2019-10-09 23:14:57 · 289 阅读 · 0 评论