mirror of https://gitee.com/stylefeng/roses
【8.1.1】【db】调整插件顺序
parent
2a11fc0574
commit
08b3195e3c
|
@ -79,12 +79,12 @@ public class ProjectMyBatisPlusAutoConfiguration {
|
|||
// 使用多租户插件
|
||||
interceptor.addInnerInterceptor(tenantLineInnerInterceptor(tenantTableProperties));
|
||||
|
||||
// 使用分页插插件
|
||||
interceptor.addInnerInterceptor(paginationInterceptor());
|
||||
|
||||
// 使用数据权限插件
|
||||
interceptor.addInnerInterceptor(dataPermissionInterceptor());
|
||||
|
||||
// 使用分页插插件
|
||||
interceptor.addInnerInterceptor(paginationInterceptor());
|
||||
|
||||
// 使用乐观锁插件
|
||||
interceptor.addInnerInterceptor(optimisticLockerInnerInterceptor());
|
||||
|
||||
|
|
Loading…
Reference in New Issue