鞍钢鲅鱼圈能源管控系统后端代码
潘志宝
2025-03-10 a65d4b37897c3ed15ff5f915b7136ce14392350b
ansteel-biz/src/main/resources/application-test.yaml
@@ -51,6 +51,16 @@
    database: 10 # 数据库索引
    password: 123456 # 密码,建议生产环境开启
--- #################### 监控相关配置 ####################
# Actuator 监控端点的配置项
management:
  endpoints:
    web:
      base-path: /actuator # Actuator 提供的 API 接口的根目录。默认为 /actuator
      exposure:
        include: '*' # 需要开放的端点。默认值只打开 health 和 info 两个端点。通过设置 * ,可以开放所有端点。
--- #################### 平台相关配置 ####################
# 平台配置项,设置当前项目所有自定义的配置