摘要: 1.实现自定义mybatis拦截器@Component@Intercepts({ @Signature(type = Executor.class, method = "update", args = { MappedStatement.class, Object.class }) })public class MybatisInterceptor implements Interceptor {... 阅读全文
posted @ 2020-07-21 13:34 huiy_小溪 阅读(1599) 评论(2) 推荐(0) 编辑