Skip to content

Commit 02148f7

Browse files
committed
fix: 禁用RabbitMQ健康检查
- 添加management.health.rabbit.enabled=false - 解决503错误(RabbitMQ服务未安装) - 保留消息队列配置代码供后续使用
1 parent e3c1648 commit 02148f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/resources/application.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ management:
100100
enabled: true
101101
ratelimiters:
102102
enabled: true
103+
rabbit:
104+
enabled: false # 禁用RabbitMQ健康检查(服务未安装)
103105
metrics:
104106
tags:
105107
application: tinyflow

0 commit comments

Comments
 (0)