Raod 3 年之前
父節點
當前提交
db706de36c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      report-core/src/main/resources/bootstrap.yml

+ 1 - 1
report-core/src/main/resources/bootstrap.yml

@@ -49,7 +49,7 @@ spring:
 
 mybatis-plus:
   configuration:
-    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl #开启sql打印
     call-setters-on-nulls: true
   mapperLocations:
     - classpath*:/mapper/**/*.xml