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

sentinel starter support springboot 1.x

This commit is contained in:
fangjian0423
2018-09-06 21:09:04 +08:00
parent bfc04daf9b
commit 4600f42647
31 changed files with 1128 additions and 316 deletions

View File

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