From e1a8930a31cc9daa01a3086551d051e18ca957a3 Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Sat, 7 May 2022 19:21:15 +0800 Subject: [PATCH] 1.2.4 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14f8a2b..9579df0 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ QQ群:1022221898 com.github.yulichang mybatis-plus-join - 1.2.3 + 1.2.4 ``` - Gradle ``` - implementation 'com.github.yulichang:mybatis-plus-join:1.2.3' + implementation 'com.github.yulichang:mybatis-plus-join:1.2.4' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖
diff --git a/pom.xml b/pom.xml index 84470d9..40336d7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.github.yulichang mybatis-plus-join - 1.2.3 + 1.2.4 mybatis-plus-join An enhanced toolkit of Mybatis-Plus to simplify development. https://github.com/yulichang/mybatis-plus-join