From 498dacaec6695fb65e75d0518f5c1bd138cd5ba3 Mon Sep 17 00:00:00 2001 From: sige Date: Thu, 28 Dec 2023 13:19:34 +0800 Subject: [PATCH] =?UTF-8?q?mybatis=20=E5=A2=9E=E5=8A=A0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application-dev.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml index dbffbbe..54231b1 100644 --- a/src/main/resources/application-dev.yml +++ b/src/main/resources/application-dev.yml @@ -5,6 +5,10 @@ spring: password: 123456 driver-class-name: com.mysql.cj.jdbc.Driver +mybatis: + configuration: + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl + app: device: enable : false