Loading

摘要: 打印SQL的执行时间,我们可以实现mybatis官方我们提供的接口org.apache.ibatis.plugin.Interceptor,我们可以拦截的类有多个Executor,StatementHandler,ParameterHandler等,第一次写拦截的时候选择了Executor,但是我发 阅读全文
posted @ 2020-12-08 13:44 Philosophy 阅读(956) 评论(0) 推荐(0) 编辑