mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
update
This commit is contained in:
parent
c37946221c
commit
f7110dd85f
@ -19,6 +19,8 @@
|
||||
<version>1.0.7</version>
|
||||
</dependency>
|
||||
```
|
||||
或者clone代码到本地,执行mvn install,再引入以上依赖
|
||||
<br><br>
|
||||
|
||||
2. 配置插件,添加MPJInterceptor
|
||||
|
||||
@ -35,6 +37,7 @@
|
||||
interceptor.addInnerInterceptor(new PaginationInnerInterceptor());
|
||||
//连表插件
|
||||
interceptor.addInnerInterceptor(new MPJInterceptor());
|
||||
//多租户,垃圾sql拦截插件......
|
||||
return interceptor;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user