欢迎使用6miu-markdown编辑器

xiaoxiao2021-02-28  104

spring boot mybatis 重写拦截器打印sql

问题:使用原有的spring mvc重写的interceptor拦截器只能打印出update sql,不能打印出query的sql

解决springboot mybatis interceptor不打印查询sql问题。添加如下: @Signature(type = Executor.class, method = “query”, args = {MappedStatement.class, Object.class, RowBounds.class, ResultHandler.class, CacheKey.class,BoundSql.class})

转载请注明原文地址: https://www.6miu.com/read-72713.html

最新回复(0)