Skip to content

Commit 6bc590c

Browse files
authored
Update springcloud-intro.md
1 parent 8cc9008 commit 6bc590c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/system-design/framework/springcloud/springcloud-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
## 什么是Spring Cloud
1414

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

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

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

0 commit comments

Comments
 (0)