【SpringCloud Greenwich版本】目录

一、SpringCloud简介

Spring Cloud为开发人员提供了快速构建分布式系统中一些常见模式的工具(例如配置管理,服务发现,断路器,智能路由,微代理,控制总线)。分布式系统的协调导致了样板模式, 使用Spring Cloud开发人员可以快速地支持实现这些模式的服务和应用程序。他们将在任何分布式环境中运行良好,包括开发人员自己的笔记本电脑,裸机数据中心,以及Cloud Foundry等托管平台。

二、特性

Spring Cloud专注于提供良好的开箱即用经验的典型用例和可扩展性机制覆盖。

  • 分布式/版本化配置
  • 服务注册和发现
  • 路由
  • service - to - service调用
  • 负载均衡
  • 断路器
  • 分布式消息传递

三、参考资料

Spring Cloud Dalston 中文文档参考手册
https://springcloud.cc/spring-cloud-dalston.html
如果文中有什么疑问或者不妥的地方,欢迎留言咨询,我会及时回复。


四、目录

  • 【SpringCloud Greenwich版本】第一章:服务注册中心(eureka)
  • 【SpringCloud Greenwich版本】第一章续:集群服务注册中心(eureka)
  • 【SpringCloud Greenwich版本】第二章:服务提供者(eureka)
  • 【SpringCloud Greenwich版本】第三章:服务消费者(Feign)
  • 【SpringCloud Greenwich版本】第四章:服务消费者(ribbon)
  • 【SpringCloud Greenwich版本】第五章:断路器(hystrix)
  • 【SpringCloud Greenwich版本】第六章:智能路由(zuul)
  • 【SpringCloud Greenwich版本】第七章:配置中心服务端(config server)
  • 【SpringCloud Greenwich版本】第八章:配置中心客户端(config client)
  • 【SpringCloud Greenwich版本】第九章链路追踪(Sleuth)
  • 持续更新中。。。。。。

你可能感兴趣的:(SpringCloud)