mybatis插件开发

插件开发首先要实现Interceptor接口 public interface Interceptor { Object intercept(Invocation invocation) throws Throwable; Object plugin(Object target); void setProperties(Properties properties); } 拦截器
相关文章
相关标签/搜索