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

@@ -25,6 +25,16 @@
<artifactId>sentinel-transport-simple-http</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-annotation-aspectj</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-dubbo-adapter</artifactId>
</dependency>
<!--spring boot-->
<dependency>