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 98e661b  Update README.md
98e661b is described below

commit 98e661b6e6afb368ae30f5f431e941e6abc125d0
Author: 小马哥 <mercybl...@gmail.com>
AuthorDate: Mon Dec 3 14:28:03 2018 +0800

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

diff --git a/README.md b/README.md
index b6afe7e..71d2804 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,19 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by addi
     <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>
 ```
 
 If your project failed to resolve the dependency, try to add the following 
repository:

Reply via email to