Spring Cloud 中文网

地址    https://springcloud.cc/ 

特别说明:

感谢spring cloud 中文网 提供资料


Spring Cloud集成相关优质项目推荐

Spring Cloud Config  

https://springcloud.cc/spring-cloud-config.html

配置管理工具包,让你可以把配置放到远程服务器,集中化管理集群配置,目前支持本地存储、Git以及Subversion。

Spring Cloud Bus 

https://github.com/spring-cloud/spring-cloud-bus

事件、消息总线,用于在集群(例如,配置变化事件)中传播状态变化,可与Spring Cloud Config联合实现热部署。

Eureka 

https://github.com/Netflix/eureka

事件、消息总线,用于在集群(例如,配置变化事件)中传播状态变化,可与Spring Cloud Config联合实现热部署。

Hystrix  

https://github.com/Netflix/hystrix

熔断器,容错管理工具,旨在通过熔断机制控制服务和第三方库的节点,从而对延迟和故障提供更强大的容错能力。


Zuul 

https://github.com/Netflix/zuul

Zuul 是在云平台上提供动态路由,监控,弹性,安全等边缘服务的框架。Zuul 相当于是设备和 Netflix 流应用的 Web 网站后端所有请求的前门。

Archaius 

https://github.com/Netflix/archaius


配置管理API,包含一系列配置管理API,提供动态类型化属性、线程安全配置操作、轮询框架、回调机制等功能。

Consul  

https://github.com/HashiCorp/consul

封装了Consul操作,consul是一个服务发现与配置工具,与Docker容器可以无缝集成。

Spring Cloud for Cloud Foundry 

https://github.com/spring-cloud/spring-cloud-cloudfoundry

通过Oauth2协议绑定服务到CloudFoundry,CloudFoundry是VMware推出的开源PaaS云平台。











猜你喜欢

转载自blog.csdn.net/beckhamyht/article/details/78884992