This is an automated email from the ASF dual-hosted git repository.

mercyblitz pushed a commit to branch 0.1.x
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.1.x by this push:
     new e8b13e8  Update README_CN.md
e8b13e8 is described below

commit e8b13e8caba08580b298e6e78d6974c06040be14
Author: 小马哥 <mercybl...@gmail.com>
AuthorDate: Mon Dec 3 14:29:01 2018 +0800

    Update README_CN.md
---
 README_CN.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README_CN.md b/README_CN.md
index 4d3d99b..0177804 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -23,6 +23,19 @@
     <artifactId>dubbo-spring-boot-starter</artifactId>
     <version>0.1.1</version>
 </dependency>
+
+<!-- Dubbo -->
+<dependency>
+    <groupId>com.alibaba</groupId>
+    <artifactId>dubbo</artifactId>
+    <version>2.6.5</version>
+</dependency>
+<!-- Spring Context Extras -->
+<dependency>
+    <groupId>com.alibaba.spring</groupId>
+    <artifactId>spring-context-support</artifactId>
+    <version>1.0.2</version>
+</dependency>
 ```
 
 如果您的工程遇到了依赖问题, 请尝试添加如下 Maven 参考到工程的 `pom.xml` 文件中:

Reply via email to