From e83d2b75a3b12d049a3ef03b22588e8d7ebe7034 Mon Sep 17 00:00:00 2001 From: SnailClimb Date: Mon, 20 May 2019 17:12:12 +0800 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 62bcd812..5b120d6f 100644 --- a/README.md +++ b/README.md @@ -178,10 +178,11 @@ ### 数据通信 -- [数据通信(RESTful、RPC、消息队列)相关知识点总结](docs/system-design/data-communication/数据通信(RESTful、RPC、消息队列).md) -- [Dubbo 总结:关于 Dubbo 的重要知识点](docs/system-design/data-communication/dubbo.md) +- [数据通信(RESTful、RPC、消息队列)相关知识点总结](docs/system-design/data-communication/summary.md) +- [Dubbo 总结:关于 Dubbo 的重要知识点](docs/system-design/data-communication/Dubbo.md) - [消息队列总结](docs/system-design/data-communication/message-queue.md) -- [RabbitMQ 的重要概念以及安装](docs/system-design/data-communication/rabbitmq.md) +- [RabbitMQ 入门](docs/system-design/data-communication/RabbitMQ.md) +- [RocketMQ的几个简单问题与答案](docs/system-design/data-communication/RocketMQ-Questions.md) ### 网站架构 -- GitLab