SpringCloud概述

来源:互联网 发布:cda数据分析师考试时间 编辑:程序博客网 时间:2024/06/05 03:14

SpringCloud是什么?

Spring Cloud provides tools for developers to quickly build some of the common patterns in distributed systems (e.g. configuration management, service discovery, circuit breakers, intelligent routing, micro-proxy, control bus). Coordination of distributed systems leads to boiler plate patterns, and using Spring Cloud developers can quickly stand up services and applications that implement those patterns. They will work well in any distributed environment, including the developer’s own laptop, bare metal data centres, and managed platforms such as Cloud Foundry.
SpringCloud为开发者提供了在分布式系统中的一些通用的组件(配置管理,服务发现,熔断器,智能路由,微服务,控制总线)。分布式系统导致了boiler plate 模式,使用SpringCloud的开发者可以快速的实现这些模式的服务和应用。这些应用可以在任意的分布式环境中工作,包括开发者自己的电脑,类似于Cloud Foundry这样的托管平台。

SpringCloud特性

  1. Distributed/versioned configuration(分布式配置)
  2. Service registration and discovery(服务注册与发现)
  3. Routing(智能路由)
  4. Service-to-service calls
  5. Load balancing(负载均衡)
  6. Circuit Breakers(熔断器)
  7. Distributed messaging(分布式消息)

参考链接:http://cloud.spring.io/spring-cloud-static/Dalston.RELEASE/

0 0
原创粉丝点击