File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 106
106
- [ 微服务架构整个章节内容属额外新增,会陆续补充完善] ( )
107
107
- [ 关于微服务架构的描述] ( /docs/micro-services/microservices-introduction.md )
108
108
109
- ### Spring Cloud 微服务架构
109
+ ### Spring Cloud 微服务架构
110
+ - 什么是微服务?微服务之间是如何独立通讯的?
111
+ - Spring Cloud 和 Dubbo 有哪些区别?
112
+ - Spring Boot 和 Spring Cloud,谈谈你对它们的理解?
113
+ - 什么是服务熔断?什么是服务降级?
114
+ - 微服务的优缺点分别是什么?说一下你在项目开发中碰到的坑?
115
+ - 你所知道的微服务技术栈都有哪些?
116
+ - Eureka 和 Zookeeper 都可以提供服务注册与发现的功能,它们有什么区别?
117
+ - ......
Original file line number Diff line number Diff line change 1
1
# 微服务
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 > 本人水平有限,若有不妥之处,还请各位帮忙指正,谢谢。
4
3
5
4
过去几年中出现了“微服务架构”这一术语,它描述了将软件应用程序设计为若干个可独立部署的服务套件的特定方法。尽管这种架构风格尚未有精确的定义,但围绕业务能力、自动部署、端点智能以及语言和数据的分散控制等组织来说,它们还是存在着某些共同特征。
6
5
You can’t perform that action at this time.
0 commit comments