一、安裝外掛
二、配置
#檢視sql
mybatis:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
## Mybatis SQL 列印(方法介面所在的包,不是Mapper.xml所在的包)
logging:
level:
root: DEBUG
# com.tong.yeb.mapper: debug
一、安裝外掛
二、配置
#檢視sql
mybatis:
configuration:
log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
## Mybatis SQL 列印(方法介面所在的包,不是Mapper.xml所在的包)
logging:
level:
root: DEBUG
# com.tong.yeb.mapper: debug