1.什么是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.
译
springcloud为开发人员提供了一些工具来快速构建分布式系统中的一些常见模式
(例如配置管理、服务发现、断路器、智能路由、微代理、控制总线、一次性令牌、全局锁、领导选举、分布式会话、集群状态)。
分布式系统的协调会导致锅炉板模式,使用Spring云开发人员可以快速建立实现这些模式的服务和应用程序。
它们在任何分布式环境中都能很好地工作,包括开发人员自己的笔记本电脑、裸机数据中心和CloudFoundry等托管平台。
通俗定义: springcloud含有众多子项目的工具集tools collection 微服务工具集合
2.微服务
基于单体基于业务进行拆分,每个服务都是独立应用独立部署运行在自己计算机进程对于这些服务都是分布式管理

springcloud命名&springboot版本选择
1.springcloud命名数字命名
定义: springcloud涵盖众多子项目工具集﹐服务发现瞭服务注册﹐负载均衡子项目版本使用数字
早期命名:选择伦敦地铁站名称作为版本命名 A-Z
最新命名:2020.0.3 数字命名
2 . springc loud与springboot对应关系

SpringCloud是一个工具集合,提供了诸如服务发现、配置管理、断路器等分布式系统常用模式的实现,便于开发者快速构建微服务。微服务是将单一业务拆分成独立的应用,各自独立部署。SpringCloud版本早期采用伦敦地铁站命名,现转为数字命名。SpringCloud与SpringBoot版本需匹配使用。
167万+

被折叠的 条评论
为什么被折叠?



