mirror of
https://github.com/doocs/advanced-java.git
synced 2024-12-28 04:10:08 +08:00
43 lines
1.7 KiB
Markdown
43 lines
1.7 KiB
Markdown
# 微服务架构
|
||
|
||
- [微服务架构整个章节内容属额外新增,后续抽空更新,也欢迎读者们参与补充完善](https://github.com/doocs/advanced-java)
|
||
- [关于微服务架构的描述](/docs/micro-services/microservices-introduction.md)
|
||
|
||
## Spring Cloud 微服务架构
|
||
|
||
- 什么是微服务?微服务之间是如何独立通讯的?
|
||
- Spring Cloud 和 Dubbo 有哪些区别?
|
||
- Spring Boot 和 Spring Cloud,谈谈你对它们的理解?
|
||
- 什么是服务熔断?什么是服务降级?
|
||
- 微服务的优缺点分别是什么?说一下你在项目开发中碰到的坑?
|
||
- 你所知道的微服务技术栈都有哪些?
|
||
- Eureka 和 Zookeeper 都可以提供服务注册与发现的功能,它们有什么区别?
|
||
- ......
|
||
|
||
---
|
||
|
||
## 公众号
|
||
|
||
GitHub 技术社区 [Doocs](https://github.com/doocs) 旗下唯一公众号「**Doocs 开源社区**」,欢迎扫码关注,**专注分享技术领域相关知识及行业最新资讯**。当然,也可以加我个人微信(备注:GitHub),拉你进技术交流群。
|
||
|
||
关注「**Doocs 开源社区**」公众号,回复 **PDF**,即可获取本项目离线 PDF 文档(283 页精华),学习更加方便!
|
||
|
||
![](./images/pdf.png)
|
||
|
||
<table>
|
||
<tr>
|
||
<td align="center" style="width: 200px;">
|
||
<a href="https://github.com/doocs">
|
||
<img src="./images/qrcode-for-doocs.jpg" style="width: 400px;"><br>
|
||
<sub>公众平台</sub>
|
||
</a><br>
|
||
</td>
|
||
<td align="center" style="width: 200px;">
|
||
<a href="https://github.com/yanglbme">
|
||
<img src="./images/qrcode-for-yanglbme.jpg" style="width: 400px;"><br>
|
||
<sub>个人微信</sub>
|
||
</a><br>
|
||
</td>
|
||
</tr>
|
||
</table>
|