From 1740abeb85bb0f8657f68e48e9957b7f22d63a42 Mon Sep 17 00:00:00 2001 From: BigTailMonkey Date: Wed, 29 May 2019 19:11:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6=EF=BC=9A=E5=A2=9E=E5=8A=A0Mybatis=20SQL=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E5=8F=B0=E6=89=93=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 761cc92..1070c8b 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -2,6 +2,11 @@ logging: level: root: info + #mybatis打印SQL + com: + btm: + maturedemo2: + mapper: debug #引入私有配置文件配置druid,未上传Git,使用时请替换 spring: