From 40c202ae8c30f34a32fb217c458e15a22326c786 Mon Sep 17 00:00:00 2001 From: 潘志宝 <979469083@qq.com> Date: 星期三, 26 三月 2025 12:58:44 +0800 Subject: [PATCH] RunJobScheduleTask --- ansteel-biz/src/main/resources/application.yaml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ansteel-biz/src/main/resources/application.yaml b/ansteel-biz/src/main/resources/application.yaml index 9d45e52..703867d 100644 --- a/ansteel-biz/src/main/resources/application.yaml +++ b/ansteel-biz/src/main/resources/application.yaml @@ -4,7 +4,7 @@ name: ansteel-server profiles: - active: prod + active: dev cloud: nacos: @@ -150,10 +150,11 @@ - qrtz_triggers - schedule_job - schedule_job_log + - t_power_run_state swagger: title: 选煤厂安全管理平台 description: 选煤厂安全管理平台 version: ${iailab.info.version} log-path: D:\DLUT\ansteel -debug: true +debug: false -- Gitblit v1.9.3