mybatis插件開發

插件開發首先要實現Interceptor接口 public interface Interceptor { Object intercept(Invocation invocation) throws Throwable; Object plugin(Object target); void setProperties(Properties properties); } 攔截器
相關文章
相關標籤/搜索