mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-25 02:27:10 +08:00
Merge branch 'main' of github.com:Snailclimb/JavaGuide
This commit is contained in:
commit
671450a131
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
## 什么是Spring Cloud
|
## 什么是Spring Cloud
|
||||||
|
|
||||||
> 构建分布式系统不需要复杂和容易出错。Spring Cloud 为最常见的分布式系统模式提供了一种简单且易于接受的编程模型,帮助开发人员构建有弹性的、可靠的、协调的应用程序。Spring Cloud 构建于 Spring Boot 之上,使得开发者很容易入手并快速应用于生产中。
|
> 构建分布式系统不仅复杂而且容易出错。Spring Cloud 为最常见的分布式系统模式提供了一种简单且易于接受的编程模型,帮助开发人员构建有弹性的、可靠的、协调的应用程序。Spring Cloud 构建于 Spring Boot 之上,使得开发者很容易入手并快速应用于生产中。
|
||||||
|
|
||||||
官方果然官方,介绍都这么有板有眼的。
|
官方果然官方,介绍都这么有板有眼的。
|
||||||
|
|
||||||
@ -621,4 +621,4 @@ public class RouteFilter extends ZuulFilter {
|
|||||||
* `Config` 微服务统一配置中心
|
* `Config` 微服务统一配置中心
|
||||||
* `Bus` 消息总线
|
* `Bus` 消息总线
|
||||||
|
|
||||||
如果你能这个时候能看懂文首那张图,也就说明了你已经对 `Spring Cloud` 微服务有了一定的架构认识。
|
如果你能这个时候能看懂文首那张图,也就说明了你已经对 `Spring Cloud` 微服务有了一定的架构认识。
|
||||||
|
Loading…
x
Reference in New Issue
Block a user