1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

add dubbo demo in sentinel example

This commit is contained in:
fangjian0423
2018-08-09 21:46:55 +08:00
parent 1a0bfc23cd
commit 3769b15abd
10 changed files with 315 additions and 48 deletions

View File

@@ -30,6 +30,12 @@
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>dubbo-spring-boot-starter</artifactId>
<version>0.2.0</version>
</dependency>
</dependencies>
<build>