From 1bd86f65e35b0474c9805991501865eebe4ca01c Mon Sep 17 00:00:00 2001 From: liriming <1343021927@qq.com> Date: 星期五, 25 四月 2025 15:57:55 +0800 Subject: [PATCH] 焦化总图-指标分析新增analy_date,analy_class判断 --- ansteel-biz/src/main/resources/application.yaml | 20 +++++++++++++++++--- 1 files changed, 17 insertions(+), 3 deletions(-) diff --git a/ansteel-biz/src/main/resources/application.yaml b/ansteel-biz/src/main/resources/application.yaml index 0c70a09..bb1c689 100644 --- a/ansteel-biz/src/main/resources/application.yaml +++ b/ansteel-biz/src/main/resources/application.yaml @@ -4,13 +4,13 @@ name: ansteel-server profiles: - active: dev + active: prod cloud: nacos: server-addr: localhost:8848 # Nacos 服务器地址 username: nacos - password: nacos + password: fG2@jH6#kI discovery: # 【配置中心】配置项 namespace: ${spring.profiles.active} group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP @@ -155,16 +155,30 @@ - t_power_capacitor_status - t_power_control_main - t_power_control_det + - t_power_gen_status + - t_power_demand - t_coking_process_conf - t_coking_prod_day - t_coking_process_main - t_coking_process_child - t_coking_analy_trend - t_coking_analy_ind + - t_main_process_index_day + - t_main_process_index_team + - t_coking_trace_chart + - t_coking_trace_conf + - t_coking_trace_data + - t_coking_trace_deviation + - t_coking_trace_report + - t_coking_trace_suggest + - t_coking_overview + - t_coking_trace_ind + - t_power_demand + - t_power_adjusted_factor swagger: title: 鞍钢鲅鱼圈能源管控系统 description: 鞍钢鲅鱼圈能源管控系统 version: ${iailab.info.version} - log-path: D:\DLUT\ansteel + log-path: . debug: false \ No newline at end of file -- Gitblit v1.9.3