浏览代码

style(配置): SQL 日志打印.

eric 2 年之前
父节点
当前提交
62ee2fa7ec
共有 1 个文件被更改,包括 8 次插入1 次删除
  1. 8 1
      src/main/resources/application.yml

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

@@ -12,4 +12,11 @@ spring:
 mybatis:
   mapper-locations: classpath:mapper/*.xml
   configuration:
-    map-underscore-to-camel-case: true
+    map-underscore-to-camel-case: true
+logging:
+  level:
+    com:
+      finikes:
+        oc:
+          vote:
+            dao: debug