記錄一次mybatis log-plugin外掛不列印sql

海里毛毛虫發表於2024-06-02

一、安裝外掛

  

二、配置

  

#檢視sql
mybatis:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl

## Mybatis SQL 列印(方法介面所在的包,不是Mapper.xml所在的包)
logging:
level:
root: DEBUG
# com.tong.yeb.mapper: debug

相關文章