From 4fd0b1646c1b128c90be9cbaac120c3c35ee356c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E8=8B=B1=E6=9D=B0?= <327782001@qq.com> Date: Mon, 20 Feb 2023 22:59:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=85=B3=E9=97=AD=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.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/resources/application.yaml b/src/main/resources/application.yaml index bbed000..129ae9c 100644 --- a/src/main/resources/application.yaml +++ b/src/main/resources/application.yaml @@ -85,6 +85,8 @@ mybatis-plus: call-setters-on-nulls: true auto-mapping-behavior: full log-impl: org.apache.ibatis.logging.stdout.StdOutImpl +# log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl #关闭sql日志 + mapper-locations: classpath*:mapper/**/*Mapper.xml global-config: banner: false -- GitLab