From 501970a89b71de4b4244930a8aaec9768d7da1b6 Mon Sep 17 00:00:00 2001 From: SongZhang <2064194730@qq.com> Date: Tue, 24 Sep 2024 18:06:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9sql=E6=97=A5=E5=BF=97?= =?UTF-8?q?=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 | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 1ac0548..baf854c 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -10,11 +10,11 @@ server: logging: level: root: info - org: - springframework: - web: - filter: - CommonsRequestLoggingFilter: debug + org.springframework.web.filter.CommonsRequestLoggingFilter: debug + com.chaozhanggui.system.cashierservice.dao: debug + com.chaozhanggui.system.cashierservice.mapper: debug + com.chaozhanggui.system.cashierservice.mybatis: debug + charset: # 输出控制台编码 console: UTF-8 @@ -73,8 +73,6 @@ ali: mybatis-plus: - configuration: - log-impl: org.apache.ibatis.logging.stdout.StdOutImpl global-config: db-config: id-type: auto