Browse Source

fix:sql打印修改

(cherry picked from commit 3a0b0c382bef5b9158bbdb7d2f5b80645c44222f)
ly 9 months ago
parent
commit
f37b8fc306
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/resources/application.yml

+ 1 - 1
src/main/resources/application.yml

@@ -98,7 +98,7 @@ mybatis-plus:
     cache-enabled: true
     map-underscore-to-camel-case: true
     #配置sql 打印到控制台
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+    log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
 
 # PageHelper分页插件
 pagehelper: