3 天以前 5e0640513226d9d9f2d766c075f79832c9d290ba
yudao-server/src/main/resources/application-local.yaml
@@ -65,7 +65,7 @@
      primary: master
      datasource:
        master:
          url: jdbc:mysql://localhost:3306/ruoyi-vue-pro?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
          url: jdbc:mysql://localhost:3306/mom-xgdl?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true&rewriteBatchedStatements=true # MySQL Connector/J 8.X 连接的示例
          username: root
          password: 123456
@@ -75,7 +75,7 @@
      host: localhost # 地址
      port: 6379 # 端口
      database: 0 # 数据库索引
      password: 123456
#      password: 123456
--- #################### 定时任务相关配置 ####################
@@ -204,3 +204,12 @@
    telemetry:
      base-url: http://106.227.91.252:3100 # 数采服务地址
      path: /api/jxjs/mesTb/getDeviceDetails
# BI 决策支持定时任务配置
bi:
  alert:
    evaluation:
      interval: 300000 # 预警评估间隔(毫秒),默认5分钟
  kpi:
    snapshot:
      cron: "0 0 * * * *" # KPI历史快照聚合 cron,默认每小时整点