Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Snailclimb/JavaGuide
Browse files Browse the repository at this point in the history
  • Loading branch information
Snailclimb committed Dec 29, 2021
2 parents 0257a01 + 9145541 commit 671450a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/system-design/framework/springcloud/springcloud-intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

## 什么是Spring Cloud

> 构建分布式系统不需要复杂和容易出错。Spring Cloud 为最常见的分布式系统模式提供了一种简单且易于接受的编程模型,帮助开发人员构建有弹性的、可靠的、协调的应用程序。Spring Cloud 构建于 Spring Boot 之上,使得开发者很容易入手并快速应用于生产中。
> 构建分布式系统不仅复杂而且容易出错。Spring Cloud 为最常见的分布式系统模式提供了一种简单且易于接受的编程模型,帮助开发人员构建有弹性的、可靠的、协调的应用程序。Spring Cloud 构建于 Spring Boot 之上,使得开发者很容易入手并快速应用于生产中。
官方果然官方,介绍都这么有板有眼的。

Expand Down Expand Up @@ -621,4 +621,4 @@ public class RouteFilter extends ZuulFilter {
* `Config` 微服务统一配置中心
* `Bus` 消息总线

如果你能这个时候能看懂文首那张图,也就说明了你已经对 `Spring Cloud` 微服务有了一定的架构认识。
如果你能这个时候能看懂文首那张图,也就说明了你已经对 `Spring Cloud` 微服务有了一定的架构认识。

0 comments on commit 671450a

Please sign in to comment.