From 327982aced84c1fefb76963f4daaaaaa0ce333c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9F=922012?= <345849402@qq.com> Date: Fri, 26 Oct 2018 10:01:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=BB=BA=20Dubbo=E7=9B=B8=E5=85=B3?= =?UTF-8?q?=E6=96=87=E6=A1=A3.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 架构之路/Dubbo相关文档.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 架构之路/Dubbo相关文档.md diff --git a/架构之路/Dubbo相关文档.md b/架构之路/Dubbo相关文档.md new file mode 100644 index 0000000..8ff71c9 --- /dev/null +++ b/架构之路/Dubbo相关文档.md @@ -0,0 +1,35 @@ +#### 官网 + +http://dubbo.apache.org/zh-cn/index.html + +#### 中文文档 + +http://dubbo.apache.org/zh-cn/docs/user/quick-start.html + + +#### apache孵化中心 + +https://github.com/apache/incubator-dubbo + +#### 下载地址 + +http://dubbo.apache.org/zh-cn/blog/download.html + +#### Maven库 + +https://mvnrepository.com/artifact/com.alibaba/dubbo + +#### dubbo-spring-boot-project + +https://github.com/apache/incubator-dubbo-spring-boot-project + + +https://github.com/alibaba/dubbo-spring-boot-starter (废弃、迁移) + +#### Dubbox + +https://github.com/dangdangdotcom/dubbox + +#### Dubbox文档 + +https://dangdangdotcom.github.io/dubbox/