沙钢智慧能源系统后端代码
潘志宝
2025-03-25 c3eebcc58f815031b843768cd18bd998391b2f06
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: