From db706de36ce32c248a823d02d7e6292277a559a0 Mon Sep 17 00:00:00 2001 From: Raod <1130305001@qq.com> Date: Sun, 26 Sep 2021 10:16:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- report-core/src/main/resources/bootstrap.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/report-core/src/main/resources/bootstrap.yml b/report-core/src/main/resources/bootstrap.yml index 7192afc6..639edde1 100644 --- a/report-core/src/main/resources/bootstrap.yml +++ b/report-core/src/main/resources/bootstrap.yml @@ -49,7 +49,7 @@ spring: mybatis-plus: configuration: - log-impl: org.apache.ibatis.logging.stdout.StdOutImpl + log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #开启sql打印 call-setters-on-nulls: true mapperLocations: - classpath*:/mapper/**/*.xml