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 and add annotation support in RestTemplate with sentinel

This commit is contained in:
fangjian0423
2018-08-09 10:53:25 +08:00
parent 9037c85de7
commit 8142f3f4d7
15 changed files with 470 additions and 330 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>