From 0de0a4f9749ddf478d7909d508d1bcbcd7f815f2 Mon Sep 17 00:00:00 2001 From: fanxb Date: Thu, 18 Jul 2019 17:07:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Refactor:=20[=E5=90=8E=E5=8F=B0]?= =?UTF-8?q?:=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E6=89=93=E5=8D=B0sql=E8=AF=AD=E5=8F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bookMarkService/web/src/main/resources/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookMarkService/web/src/main/resources/application.yml b/bookMarkService/web/src/main/resources/application.yml index 0501671..fe4fe45 100644 --- a/bookMarkService/web/src/main/resources/application.yml +++ b/bookMarkService/web/src/main/resources/application.yml @@ -56,7 +56,7 @@ spring: mybatis: configuration: - log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl # classpath后面加*,值里面的*才起作用 mapper-locations: classpath*:mapper/*.xml debug: false