From 04d276a07f2774c1d9c107822f34233a58802239 Mon Sep 17 00:00:00 2001 From: dongyukun <1208714201@qq.com> Date: 星期四, 13 二月 2025 17:50:47 +0800 Subject: [PATCH] 转炉管网mq --- shasteel-biz/src/main/resources/application-prod.yaml | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/shasteel-biz/src/main/resources/application-prod.yaml b/shasteel-biz/src/main/resources/application-prod.yaml index 61e48d0..bec697a 100644 --- a/shasteel-biz/src/main/resources/application-prod.yaml +++ b/shasteel-biz/src/main/resources/application-prod.yaml @@ -45,6 +45,25 @@ database: 8 password: 123456 +--- #################### 监控相关配置 #################### + +# Actuator 监控端点的配置项 +management: + endpoints: + web: + base-path: /actuator # Actuator 提供的 API 接口的根目录。默认为 /actuator + exposure: + include: '*' # 需要开放的端点。默认值只打开 health 和 info 两个端点。通过设置 * ,可以开放所有端点。 + +--- #################### MQ #################### + +spring: + rabbitmq: + host: 127.0.0.1 + port: 5672 + username: admin + password: admin123 + --- #################### 平台相关配置 #################### iailab: -- Gitblit v1.9.3