首页微服务集成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

@@ -22,6 +22,9 @@
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger2</artifactId>

View File

@@ -21,7 +21,6 @@ spring:
feign:
httpclient:
enabled: true
#关掉mq的健康检查防止某些没有用到mq的服务启动报错个别服务如需mq监控单独开启
management:
health: