首页微服务集成Sentinel,实现小说服务调用的熔断降级

This commit is contained in:
xiongxiaoyang
2020-06-07 16:02:35 +08:00
parent 98b371d348
commit deae12762e
9 changed files with 110 additions and 6 deletions

View File

@ -40,6 +40,11 @@
<artifactId>spring-cloud-alibaba-sentinel-gateway</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.csp</groupId>
<artifactId>sentinel-transport-simple-http</artifactId>
</dependency>
</dependencies>