From 67c9118cffb7d7407668bbbad4c64f9aaf21ba0d Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期二, 18 三月 2025 10:06:37 +0800
Subject: [PATCH] 看板能耗管理

---
 JiuMuMesParent/moduleService/DeviceInteractionModule/target/classes/application.yml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/JiuMuMesParent/moduleService/DeviceInteractionModule/target/classes/application.yml b/JiuMuMesParent/moduleService/DeviceInteractionModule/target/classes/application.yml
index 2c53e00..848387d 100644
--- a/JiuMuMesParent/moduleService/DeviceInteractionModule/target/classes/application.yml
+++ b/JiuMuMesParent/moduleService/DeviceInteractionModule/target/classes/application.yml
@@ -8,8 +8,8 @@
     name: deviceInteraction
 mybatis-plus:
   mapper-locations: classpath*:mapper/*.xml
-  configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+#  configuration:
+#    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
 mes:
   threshold: 3
   ratio: 10

--
Gitblit v1.8.0