Skip to content

Commit 7a234ca

Browse files
committed
docs: update microservices-introduction
1 parent b6df4d9 commit 7a234ca

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,12 @@
106106
- [微服务架构整个章节内容属额外新增,会陆续补充完善]()
107107
- [关于微服务架构的描述](/docs/micro-services/microservices-introduction.md)
108108

109-
### Spring Cloud 微服务架构
109+
### Spring Cloud 微服务架构
110+
- 什么是微服务?微服务之间是如何独立通讯的?
111+
- Spring Cloud 和 Dubbo 有哪些区别?
112+
- Spring Boot 和 Spring Cloud,谈谈你对它们的理解?
113+
- 什么是服务熔断?什么是服务降级?
114+
- 微服务的优缺点分别是什么?说一下你在项目开发中碰到的坑?
115+
- 你所知道的微服务技术栈都有哪些?
116+
- Eureka 和 Zookeeper 都可以提供服务注册与发现的功能,它们有什么区别?
117+
- ......
7.03 KB
Loading

docs/micro-services/microservices-introduction.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# 微服务
2-
> 翻译自 [Martin Fowler](https://martinfowler.com/) 网站 [Microservices](https://martinfowler.com/articles/microservices.html) 一文,阅读需要耐心。<br>
3-
本人水平有限,翻译若有不当之处,欢迎指出。
2+
> 翻译自 [Martin Fowler](https://martinfowler.com/) 网站 [Microservices](https://martinfowler.com/articles/microservices.html) 一文。文章篇幅较长,阅读需要一点耐心。<br> 本人水平有限,若有不妥之处,还请各位帮忙指正,谢谢。
43
54
过去几年中出现了“微服务架构”这一术语,它描述了将软件应用程序设计为若干个可独立部署的服务套件的特定方法。尽管这种架构风格尚未有精确的定义,但围绕业务能力、自动部署、端点智能以及语言和数据的分散控制等组织来说,它们还是存在着某些共同特征。
65

images/mq-11.png

7.03 KB
Loading

0 commit comments

Comments
 (0)