diff --git a/README.md b/README.md index e89f507..d3bd22d 100644 --- a/README.md +++ b/README.md @@ -106,4 +106,12 @@ - [微服务架构整个章节内容属额外新增,会陆续补充完善]() - [关于微服务架构的描述](/docs/micro-services/microservices-introduction.md) -### Spring Cloud 微服务架构 \ No newline at end of file +### Spring Cloud 微服务架构 +- 什么是微服务?微服务之间是如何独立通讯的? +- Spring Cloud 和 Dubbo 有哪些区别? +- Spring Boot 和 Spring Cloud,谈谈你对它们的理解? +- 什么是服务熔断?什么是服务降级? +- 微服务的优缺点分别是什么?说一下你在项目开发中碰到的坑? +- 你所知道的微服务技术栈都有哪些? +- Eureka 和 Zookeeper 都可以提供服务注册与发现的功能,它们有什么区别? +- ...... \ No newline at end of file diff --git a/docs/high-concurrency/images/mq-11.png b/docs/high-concurrency/images/mq-11.png index d4d834c..a1ed9d7 100644 Binary files a/docs/high-concurrency/images/mq-11.png and b/docs/high-concurrency/images/mq-11.png differ diff --git a/docs/micro-services/microservices-introduction.md b/docs/micro-services/microservices-introduction.md index a521124..5decf29 100644 --- a/docs/micro-services/microservices-introduction.md +++ b/docs/micro-services/microservices-introduction.md @@ -1,6 +1,5 @@ # 微服务 -> 翻译自 [Martin Fowler](https://martinfowler.com/) 网站 [Microservices](https://martinfowler.com/articles/microservices.html) 一文,阅读需要耐心。
-本人水平有限,翻译若有不当之处,欢迎指出。 +> 翻译自 [Martin Fowler](https://martinfowler.com/) 网站 [Microservices](https://martinfowler.com/articles/microservices.html) 一文。文章篇幅较长,阅读需要一点耐心。
本人水平有限,若有不妥之处,还请各位帮忙指正,谢谢。 过去几年中出现了“微服务架构”这一术语,它描述了将软件应用程序设计为若干个可独立部署的服务套件的特定方法。尽管这种架构风格尚未有精确的定义,但围绕业务能力、自动部署、端点智能以及语言和数据的分散控制等组织来说,它们还是存在着某些共同特征。 diff --git a/images/mq-11.png b/images/mq-11.png index d4d834c..a1ed9d7 100644 Binary files a/images/mq-11.png and b/images/mq-11.png differ