浏览代码

fix:sql打印修改

(cherry picked from commit 8325ea5d2096bc64e955efdbf26a6075fee6467c)
ly 9 月之前
父节点
当前提交
872b20c412
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/resources/application.yml

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

@@ -102,7 +102,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: