From 85e7024b418cd8f15c7f7f50b5b4a47183abf863 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 28 三月 2025 11:07:23 +0800
Subject: [PATCH] 代码初始化
---
server/system_timer/src/main/resources/application.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/server/system_timer/src/main/resources/application.yml b/server/system_timer/src/main/resources/application.yml
index 8910d6c..97ea063 100644
--- a/server/system_timer/src/main/resources/application.yml
+++ b/server/system_timer/src/main/resources/application.yml
@@ -29,7 +29,7 @@
mapper-locations: classpath*:/mappers/**/*.xml
configuration:
map-underscore-to-camel-case: true
- log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+ log-impl: com.doumee.config.mybatis.DmStdOutImpl
# 缂撳瓨鍐呭璁剧疆
cache:
--
Gitblit v1.9.3