From 0626dccb99b0e623fbe5d42cc01250bb579c9799 Mon Sep 17 00:00:00 2001 From: bjdys Date: Tue, 17 Aug 2021 10:47:14 +0800 Subject: [PATCH] =?UTF-8?q?mapper=20=E6=94=AF=E6=8C=81=E5=85=B3=E7=B3=BB?= =?UTF-8?q?=E6=98=A0=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MAPPING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAPPING.md b/MAPPING.md index d96b136..01adc3d 100644 --- a/MAPPING.md +++ b/MAPPING.md @@ -1,6 +1,6 @@ # mybatis-plus-join -* 本页功能只能在1.2.0测试版中使用,最新版本 1.2.0.Beta2 +* 本页功能只能在1.2.0测试版中使用,最新版本 1.2.0.Beta3 * 点个Star支持一下吧 :) @@ -15,12 +15,12 @@ QQ群:1022221898 com.github.yulichang mybatis-plus-join - 1.2.0.Beta2 + 1.2.0.Beta3 ``` - Gradle ``` - implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.2.0.Beta2' + implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.2.0.Beta3' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖