springboot 打印 mybatis-plus 的sql
Posted 正怒月神
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了springboot 打印 mybatis-plus 的sql相关的知识,希望对你有一定的参考价值。
感觉mybatis-lus打印的sql,
包含row信息,实在太多了。
干脆就只使用logback的输出来弄。
application.yml
下面 com.xx.xx.mapper 是你得mapper所在得包路径
logging:
pattern:
console: "%d - %msg%n"
file:
path: logs
level:
com.xxx.xxx.mapper: debug
以上是关于springboot 打印 mybatis-plus 的sql的主要内容,如果未能解决你的问题,请参考以下文章
SpringBoot使用·下篇(SpringBoot集成MyBatis+日志打印+MyBatis-plus)
SpringBoot使用·下篇(SpringBoot集成MyBatis+日志打印+MyBatis-plus)
SpringBoot JPA打印JPA执行的SQL语句与参数Springboot JPA日志输出打印SQL语句和传入的参数 高阶篇