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

Introducing new features. Sentinel Support ConsulDataSource Dynamic Rule Configuration

This commit is contained in:
mengjin
2020-04-02 17:12:15 +08:00
parent a3c8f2a037
commit 7b06f44ee4
7 changed files with 222 additions and 1 deletions

View File

@@ -93,6 +93,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>