销售冠,post

This commit is contained in:
zhonghua1
2025-12-24 18:12:01 +08:00
parent 0e316d64c3
commit 7753523fb7
6 changed files with 27 additions and 7 deletions

View File

@@ -44,16 +44,28 @@ logging:
dev.langchain4j.internal.RetryUtils: ERROR
# MyBatis Plus SQL日志
com.baomidou.mybatisplus: DEBUG
# MyBatis SQL日志
com.rj.mapper: DEBUG
# MyBatis SQL日志 - 设置为TRACE以输出SQL执行结果
com.rj.mapper: TRACE
# 数据库连接池日志
# com.zaxxer.hikari: DEBUG
# Spring JDBC日志
org.springframework.jdbc: DEBUG
# Spring JDBC日志 - 设置为TRACE以输出结果集数据
org.springframework.jdbc: TRACE
org.springframework.jdbc.core: TRACE
org.springframework.jdbc.core.JdbcTemplate: TRACE
org.springframework.jdbc.core.StatementCreatorUtils: TRACE
# 显示SQL参数
com.baomidou.mybatisplus.core.executor: DEBUG
# 显示SQL执行时间
com.baomidou.mybatisplus.core.toolkit: DEBUG
# MyBatis核心日志 - 输出SQL执行结果
org.apache.ibatis: TRACE
org.apache.ibatis.executor: TRACE
org.apache.ibatis.executor.resultset: TRACE
# JDBC驱动日志 - 输出结果集
jdbc.sqlonly: DEBUG
jdbc.sqltiming: DEBUG
jdbc.resultset: TRACE
jdbc.resultsettable: TRACE
spring: