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

Merge pull request #1318 from mengjincn/mengjincn

 Introducing new features. Sentinel Support ConsulDataSource Dynamic Rule Configuration
This commit is contained in:
Mercy Ma
2020-04-03 17:13:08 +08:00
committed by GitHub
7 changed files with 223 additions and 1 deletions

View File

@@ -84,6 +84,12 @@
<version>${sentinel.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-datasource-consul</artifactId>
<version>${sentinel.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-web-servlet</artifactId>