From fc0cd9cb4452d86c47c362f849d3643d23d01d67 Mon Sep 17 00:00:00 2001
From: 潘志宝 <979469083@qq.com>
Date: 星期日, 13 四月 2025 20:05:00 +0800
Subject: [PATCH] 负荷移植建议与方案

---
 ansteel-biz/src/main/resources/application.yaml |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)

diff --git a/ansteel-biz/src/main/resources/application.yaml b/ansteel-biz/src/main/resources/application.yaml
index d9aae82..e6044ae 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
@@ -56,7 +56,7 @@
 server:
   port: 8100
 #  servlet:
-#    context-path: /fast-api
+#    context-path: /ansteel
 
 logging:
   file:
@@ -151,8 +151,16 @@
       - 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: 鞍钢鲅鱼圈能源管控系统

--
Gitblit v1.9.3