添加sql打印日志

This commit is contained in:
dengchun
2025-05-25 13:05:52 +08:00
parent 31c5bc07ad
commit 29c12af57b
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ mybatis-plus:
#log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 返回类型为Map,显示null对应的字段
call-setters-on-nulls: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#jeecg专用配置
minidao:
base-package: org.jeecg.modules.jmreport.*,org.jeecg.modules.drag.*

View File

@@ -204,7 +204,7 @@ mybatis-plus:
# 返回类型为Map,显示null对应的字段
call-setters-on-nulls: true
cache-enabled: true
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
#jeecg专用配置
minidao:
base-package: org.jeecg.modules.jmreport.*,org.jeecg.modules.drag.*