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