mirror of
https://github.com/doocs/advanced-java.git
synced 2025-03-04 09:20:11 +08:00
docs: update microservices-introduction
This commit is contained in:
parent
b6df4d9ab6
commit
7a234caedd
@ -107,3 +107,11 @@
|
||||
- [关于微服务架构的描述](/docs/micro-services/microservices-introduction.md)
|
||||
|
||||
### Spring Cloud 微服务架构
|
||||
- 什么是微服务?微服务之间是如何独立通讯的?
|
||||
- Spring Cloud 和 Dubbo 有哪些区别?
|
||||
- Spring Boot 和 Spring Cloud,谈谈你对它们的理解?
|
||||
- 什么是服务熔断?什么是服务降级?
|
||||
- 微服务的优缺点分别是什么?说一下你在项目开发中碰到的坑?
|
||||
- 你所知道的微服务技术栈都有哪些?
|
||||
- Eureka 和 Zookeeper 都可以提供服务注册与发现的功能,它们有什么区别?
|
||||
- ......
|
Binary file not shown.
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 15 KiB |
@ -1,6 +1,5 @@
|
||||
# 微服务
|
||||
> 翻译自 [Martin Fowler](https://martinfowler.com/) 网站 [Microservices](https://martinfowler.com/articles/microservices.html) 一文,阅读需要耐心。<br>
|
||||
本人水平有限,翻译若有不当之处,欢迎指出。
|
||||
> 翻译自 [Martin Fowler](https://martinfowler.com/) 网站 [Microservices](https://martinfowler.com/articles/microservices.html) 一文。文章篇幅较长,阅读需要一点耐心。<br> 本人水平有限,若有不妥之处,还请各位帮忙指正,谢谢。
|
||||
|
||||
过去几年中出现了“微服务架构”这一术语,它描述了将软件应用程序设计为若干个可独立部署的服务套件的特定方法。尽管这种架构风格尚未有精确的定义,但围绕业务能力、自动部署、端点智能以及语言和数据的分散控制等组织来说,它们还是存在着某些共同特征。
|
||||
|
||||
|
BIN
images/mq-11.png
BIN
images/mq-11.png
Binary file not shown.
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 15 KiB |
Loading…
Reference in New Issue
Block a user