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

sentinel upgrade to 0.1.1 & add annotation support in RestTemplate & update example and readme on branch 1.x

This commit is contained in:
fangjian0423
2018-08-10 18:00:49 +08:00
parent 6509a2d2d1
commit 5fbe3e18d7
25 changed files with 796 additions and 300 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.1.1</version>
</dependency>
</dependencies>
<build>