liriming
2024-09-23 1f6ff03df42388413846fb4b2571d6b010ef3306
iailab-module-model/iailab-module-model-biz/src/main/resources/application.yml
@@ -11,12 +11,12 @@
      username: @nacos.username@
      password: @nacos.password@
      discovery: # 【配置中心】配置项
        namespace: ${spring.profiles.active}
        namespace: test
        group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
        metadata:
          version: @nacos.metadata.version@ # 服务实例的版本号,可用于灰度发布
      config: # 【注册中心】配置项
        namespace: ${spring.profiles.active}
        namespace: test
        group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
  main:
@@ -177,26 +177,32 @@
      - qrtz_triggers
      - schedule_job
      - schedule_job_log
      - t_channel_kio_device
      - t_channel_kio_tag
      - t_channel_modbus_device
      - t_channel_modbus_tag
      - t_channel_opcda_device
      - t_channel_opcda_tag
      - t_channel_opcua_device
      - t_channel_opcua_tag
      - t_da_math_point
      - t_da_measure_point
      - t_da_point
      - t_da_point_value
      - t_da_sequence_num
      - t_http_api
      - t_http_tag
      - t_http_token
      - t_ind_item
      - t_ind_item_atom
      - t_dm_module
      - t_dm_module_item
      - t_mm_item_output
      - t_mm_item_result
      - t_mm_item_type
      - t_mm_model_arith_settings
      - t_mm_model_param
      - t_mm_model_resultstr
      - t_mm_predict_item
      - t_mm_predict_merge_item
      - t_mm_predict_model
      - t_mm_result_table
      - t_mm_item_result_json
      - t_mm_item_result_last_point
      - t_mm_item_accuracy_rate
      - t_mm_predict_alarm_config
      - t_mm_predict_alarm_message
      - t_st_schedule_scheme
      - t_st_schedule_model
      - t_st_schedule_model_param
      - t_st_schedule_model_setting
      - t_st_schedule_suggest
      - t_st_schedule_record
      - t_st_schedule_record_detail
  app:
    app-key: data
    app-key: model
    app-secret: 85b0df7edc3df3611913df34ed695011
    core-host: 127.0.0.1