Explorar o código

fix:sql打印修改

(cherry picked from commit cbdea7b378036417944f58f76f02bc0c950dc916)
ly hai 9 meses
pai
achega
f09cb84da5
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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