SpringCloud(一):了解SpringCloud

一、SpringCloud 简介

首先看看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, one-time tokens, global locks, leadership election, distributed sessions, cluster state). 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.

简单翻译就是:

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

特性

Spring Cloud专注于为典型用例提供良好的开箱即用经验和扩展机制来涵盖他人。

  • 分布式/版本化配置

  • 服务注册和发现

  • 路由

  • service - to - service调用

  • 负载均衡

  • 断路器

  • 分布式消息传递

官方文档:http://projects.spring.io/spring-cloud/
中文文档:https://springcloud.cc/

SpringCloud版本的命名是按照伦敦地铁站的名称由a-z排序进行命名, 并不是普通的版本命名方式,如最新的版本为Dalston,原因的话应该是SpringCloud包含许许多多的组件,每个组件的版本号都是不一样的,如果都以版本号命名的话,防止误解

二、SpringCloud常用组件成员

  • Spring Cloud Netflix

    • Netflix Eureka (服务注册及发现)

    • Netflix Hystrix (熔断器,容错管理工具)

    • Netflix Zuul (动态路由,监控,弹性,安全)

    • Netflix Archaius (配置管理)

  • Spring Cloud Config (配置中心,配置管理工具包)

  • Spring Cloud Bus (事件、消息总线)

三、SpringCloud与SpringBoot的关系

Spring boot 是 Spring 的一套快速配置脚手架,可以基于spring boot 快速开发单个微服务,使用了默认大于配置的理念,很多集成方案已经帮你选择好了,能不配置就不配置。

SpringCloud是基于SpringBoot的,为微服务体系开发中的架构问题,提供了一整套的解决方案——服务注册与发现,服务消费,服务保护与熔断,网关,分布式调用追踪,分布式配置管理等。

四、为什么用SpringCloud

前几年,基本上都是使用Dubbo作为开发微服务的框架,毕竟是阿里巴巴出品,现如今主流开始慢慢变为SpringCloud,至于原因的话。
1. Dubbo团队之前不维护了,现在已经开始维护了,但是SpringCloud社区活跃,更新迭代快。
2. SpringCloud与Spring体系紧密,学习使用成本低。
3. SpringCloud功能更强大,Dubbo相当于SpringCloud的子集,虽然Dubbo也能与第三方集成实现SpringCloud的功能。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值