From 7ca1b4fad7422fa9fa1f564493c650b8e2876e54 Mon Sep 17 00:00:00 2001
From: yulichang <570810310@qq.com>
Date: Wed, 15 Nov 2023 20:33:49 +0800
Subject: [PATCH] 1.4.7.2
---
README-zh.md | 4 ++--
README.md | 4 ++--
.../com/github/yulichang/config/MPJInterceptorConfig.java | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/README-zh.md b/README-zh.md
index c8e4c5c..1d225fb 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -49,12 +49,12 @@ QQ群:1022221898 或者
com.github.yulichang
mybatis-plus-join-boot-starter
- 1.4.7.1
+ 1.4.7.2
```
- Gradle
```
- implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.7.1'
+ implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.7.2'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
diff --git a/README.md b/README.md
index 1acaf01..e49dc07 100644
--- a/README.md
+++ b/README.md
@@ -47,12 +47,12 @@ QQ群:1022221898 或者
com.github.yulichang
mybatis-plus-join-boot-starter
- 1.4.7.1
+ 1.4.7.2
```
- Gradle
```
- implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.7.1'
+ implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.7.2'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java
index c1ea47b..b2853dc 100644
--- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java
+++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java
@@ -30,7 +30,7 @@ public class MPJInterceptorConfig {
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
" / | /\n" +
- " 1.4.7.1");
+ " 1.4.7.2");
}
}