From 55f1e3a421d8d115168571f2683ec37fe819d478 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期日, 13 四月 2025 08:43:52 +0800 Subject: [PATCH] CokingProcessMainDTO --- ansteel-biz/src/main/resources/application.yaml | 20 ++++++++++++++------ 1 files changed, 14 insertions(+), 6 deletions(-) diff --git a/ansteel-biz/src/main/resources/application.yaml b/ansteel-biz/src/main/resources/application.yaml index df5f6c1..0c70a09 100644 --- a/ansteel-biz/src/main/resources/application.yaml +++ b/ansteel-biz/src/main/resources/application.yaml @@ -56,7 +56,7 @@ server: port: 8100 # servlet: -# context-path: /fast-api +# context-path: /ansteel logging: file: @@ -151,12 +151,20 @@ - schedule_job - schedule_job_log - t_power_run_state - - t_main_process_index_day - - t_main_process_index_team + - t_power_net_factor + - t_power_capacitor_status + - t_power_control_main + - t_power_control_det + - t_coking_process_conf + - t_coking_prod_day + - t_coking_process_main + - t_coking_process_child + - t_coking_analy_trend + - t_coking_analy_ind swagger: - title: 选煤厂安全管理平台 - description: 选煤厂安全管理平台 + title: 鞍钢鲅鱼圈能源管控系统 + description: 鞍钢鲅鱼圈能源管控系统 version: ${iailab.info.version} log-path: D:\DLUT\ansteel -debug: false +debug: false \ No newline at end of file -- Gitblit v1.9.3