From 761190ec6185c526677edd897dbc52c82071f20c Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Thu, 21 Jan 2021 22:27:45 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90sql=E3=80=91=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E5=85=B3=E9=97=ADsql=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 | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 9af5239b..9816c4f4 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -42,7 +42,6 @@ mybatis-plus: cache-enabled: true lazy-loading-enabled: true multiple-result-sets-enabled: true - log-impl: org.apache.ibatis.logging.stdout.StdOutImpl global-config: banner: false enable-sql-runner: true