发表评论取消回复
相关阅读
相关 spring cloud 入门实践系列 - feign
Spring cloud对feign的定义 [http://cloud.spring.io/spring-cloud-static/spring-cloud-netflix
相关 spring cloud 入门实践系列 - Hystrix
> Hystrix is a latency and fault tolerance library designed to isolate points of access
相关 spring cloud 入门实践系列 - ribbon
> Ribbon is a client side IPC library that is battle-tested in cloud. It provides the fo
相关 spring cloud 入门实践系列 - eureka
> eureka 分为三种角色:eureka server,service provider,service consumer eureka server 服务端 先
相关 spring cloud 入门实践系列 - zuul源码理解
从两条线分析zuul的源代码 1 启动加载配置 ZuulProxyConfiguration 2 请求访问zuul服务 [http://172.16.153.1:89
相关 spring cloud 入门实践系列 - zuul
> Zuul is the front door for all requests from devices and web sites to the backend of t
相关 【Spring Cloud】Spring Cloud Zuul
Spring Cloud Zuul Spring Cloud Zuul路由是微服务架构的不可或缺的一部分,提供动态路由,监控,弹性,安全等的边缘服务。Zuul是Netfl
相关 Spring Cloud Hystrix 源码系列:HystrixRequestContext
在讲HystrixRequestContext之前,先了解下Hystrix 跨线程传递数据的知识,我们都知道ThreadLocal、InheritableThreadLocal
相关 Spring Cloud 入门 之 Zuul(五)附源码
一、前言 随着业务的扩展,微服务会不对增加,相应的其对外开放的 API 接口也势必增多,这不利于前端的调用以及不同场景下数据的返回,因此,我们通常都需要设计一个 API
相关 Spring Cloud Zuul入门案例实战
一 代码位置 [https://github.com/cakin24/spring-cloud-code/tree/master/ch7-][https_github.com
还没有评论,来说两句吧...