添加能耗采集定时任务

This commit is contained in:
chy
2026-03-13 09:58:32 +08:00
parent fde5cfe3b2
commit 21fe5196be
6 changed files with 358 additions and 4 deletions

View File

@@ -2,8 +2,8 @@ spring:
application:
name: lideeyunji-server
profiles:
# active: local # 读取配置
active: prod # 读取配置
active: local # 读取配置
# active: prod # 读取配置
main:
allow-circular-references: true # 允许循环依赖,因为项目是三层架构,无法避免这个情况。