- 添加 sentinel

This commit is contained in:
sin
2019-05-15 19:57:45 +08:00
parent 633c7504a4
commit e2a2fb2b11
6 changed files with 26 additions and 1 deletions

View File

@@ -59,6 +59,12 @@
<artifactId>swagger-bootstrap-ui</artifactId>
</dependency>
<!-- 监控 -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
</dependency>
<!-- 测试相关 -->
<dependency>
<groupId>org.springframework.boot</groupId>