From f16f10f0c8d04e08073aef7fd395d2df2ddd6553 Mon Sep 17 00:00:00 2001
From: admin <570810310@qq.com>
Date: Tue, 6 Apr 2021 17:56:25 +0800
Subject: [PATCH] update to 1.1.5
---
README.md | 26 +-------------------------
pom.xml | 2 +-
2 files changed, 2 insertions(+), 26 deletions(-)
diff --git a/README.md b/README.md
index 0144811..6f46815 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,6 @@
* [演示示例](https://gitee.com/best_handsome/mybatis-plus-join-demo)
QQ群:1022221898
-[扫码进微信群](https://gitee.com/best_handsome/mybatis-plus-join/blob/master/wx.png)
## 使用方法
@@ -23,36 +22,13 @@ QQ群:1022221898
com.github.yulichang
mybatis-plus-join
- 1.1.4
+ 1.1.5
```
或者clone代码到本地,执行mvn install,再引入以上依赖
注意: mybatis plus version >= 3.4.0
-2. 添加配置文件
-
-```java
-
-@Configuration
-public class MybatisPlusConfig {
- /**
- * 连表拦截器
- */
- @Bean
- public MPJInterceptor mpjInterceptor() {
- return new MPJInterceptor();
- }
-
- /**
- * 连表sql注入器
- */
- @Bean
- public MPJSqlInjector sqlInjector() {
- return new MPJSqlInjector();
- }
-}
-```
### 使用
diff --git a/pom.xml b/pom.xml
index d204141..d5e6cca 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
com.github.yulichang
mybatis-plus-join
- 1.1.4
+ 1.1.5
mybatis-plus-join
An enhanced toolkit of Mybatis-Plus to simplify development.
https://github.com/yulichang/mybatis-plus-join