开启控制台日志打印

This commit is contained in:
1378012178@qq.com 2025-08-28 19:47:02 +08:00
parent 6c44fdd0a1
commit 0a3a6b169f
1 changed files with 3 additions and 3 deletions

View File

@ -183,7 +183,7 @@ mybatis-plus:
table-underline: true table-underline: true
configuration: configuration:
# # 这个配置会将执行的sql打印出来在开发或测试的时候可以用 # # 这个配置会将执行的sql打印出来在开发或测试的时候可以用
# log-impl: org.apache.ibatis.logging.stdout.StdOutImpl log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
# 返回类型为Map,显示null对应的字段 # 返回类型为Map,显示null对应的字段
call-setters-on-nulls: true call-setters-on-nulls: true
#jeecg专用配置 #jeecg专用配置
@ -294,8 +294,8 @@ cas:
logging: logging:
level: level:
org.flywaydb: debug org.flywaydb: debug
org.jeecg.modules.system.mapper: info org.jeecg.modules.system.mapper: debug
org.jeecg.modules.demo.test.mapper: info org.jeecg.modules.demo.test.mapper: debug
#swagger #swagger
knife4j: knife4j:
#开启增强配置 #开启增强配置