From f7110dd85fb416e2231d15487373998d9904f933 Mon Sep 17 00:00:00 2001
From: admin <570810310@qq.com>
Date: Sun, 7 Feb 2021 12:35:30 +0800
Subject: [PATCH] update
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index d759206..8e38853 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,8 @@
1.0.7
```
+ 或者clone代码到本地,执行mvn install,再引入以上依赖
+
2. 配置插件,添加MPJInterceptor
@@ -35,6 +37,7 @@
interceptor.addInnerInterceptor(new PaginationInnerInterceptor());
//连表插件
interceptor.addInnerInterceptor(new MPJInterceptor());
+ //多租户,垃圾sql拦截插件......
return interceptor;
}
}