From 865e425cdf7395fece0a53a6def75e2c84d6dbf0 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期二, 15 十月 2024 09:56:37 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/application.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/application.yml b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/application.yml index 2c53e00..848387d 100644 --- a/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/application.yml +++ b/JiuMuMesParent/moduleService/DeviceInteractionModule/src/main/resources/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