
spring cloud
时间的美景
一万年太久,只争朝夕
展开
-
【Spring Cloud】spring cloud feign自定义捕获异常
feign client 2.x 默认异常 public static FeignException errorStatus(String methodKey, Response response) { String message = format("status %s reading %s", response.status(), methodKey); try { ...原创 2020-01-02 17:43:56 · 2977 阅读 · 1 评论 -
【spring cloud】 微服务架构
先来几张图总体感受一下spring cloud包含的组件,有个全局的感觉。从整体到局部,了解组件之间的联系,有目标的去学习每一个组件的特点及应用。原创 2019-11-07 16:56:39 · 116 阅读 · 0 评论