We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc9008 commit 6bc590cCopy full SHA for 6bc590c
docs/system-design/framework/springcloud/springcloud-intro.md
@@ -12,7 +12,7 @@
12
13
## 什么是Spring Cloud
14
15
-> 构建分布式系统不需要复杂和容易出错。Spring Cloud 为最常见的分布式系统模式提供了一种简单且易于接受的编程模型,帮助开发人员构建有弹性的、可靠的、协调的应用程序。Spring Cloud 构建于 Spring Boot 之上,使得开发者很容易入手并快速应用于生产中。
+> 构建分布式系统不仅复杂而且容易出错。Spring Cloud 为最常见的分布式系统模式提供了一种简单且易于接受的编程模型,帮助开发人员构建有弹性的、可靠的、协调的应用程序。Spring Cloud 构建于 Spring Boot 之上,使得开发者很容易入手并快速应用于生产中。
16
17
官方果然官方,介绍都这么有板有眼的。
18
@@ -621,4 +621,4 @@ public class RouteFilter extends ZuulFilter {
621
* `Config` 微服务统一配置中心
622
* `Bus` 消息总线
623
624
-如果你能这个时候能看懂文首那张图,也就说明了你已经对 `Spring Cloud` 微服务有了一定的架构认识。
+如果你能这个时候能看懂文首那张图,也就说明了你已经对 `Spring Cloud` 微服务有了一定的架构认识。
0 commit comments