소스 검색

fix:sql打印修改

ly 9 달 전
부모
커밋
cbdea7b378
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/main/resources/application.yml

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

@@ -98,8 +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:
   helperDialect: mysql