mirror of
https://gitee.com/novel_dev_team/novel-cloud
synced 2026-07-20 17:55:01 +08:00
首页微服务集成Sentinel,实现小说服务调用的熔断降级
This commit is contained in:
@@ -22,6 +22,9 @@
|
||||
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
||||
</dependency>
|
||||
|
||||
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>io.springfox</groupId>
|
||||
<artifactId>springfox-swagger2</artifactId>
|
||||
|
||||
@@ -21,7 +21,6 @@ spring:
|
||||
feign:
|
||||
httpclient:
|
||||
enabled: true
|
||||
|
||||
#关掉mq的健康检查,防止某些没有用到mq的服务启动报错,个别服务如需mq监控,单独开启
|
||||
management:
|
||||
health:
|
||||
|
||||
Reference in New Issue
Block a user