From e14f9b90d1c8f393d3d5acef49c66320f18026eb Mon Sep 17 00:00:00 2001 From: bjdys Date: Tue, 17 Aug 2021 09:05:04 +0800 Subject: [PATCH] =?UTF-8?q?MPJLambdaWrapper=E6=94=AF=E6=8C=81select?= =?UTF-8?q?=E5=AD=90=E6=9F=A5=E8=AF=A2?= 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 9e770b1..664d57d 100644 --- a/MAPPING.md +++ b/MAPPING.md @@ -1,6 +1,6 @@ # mybatis-plus-join -* 本页功能只能在1.2.0测试版中使用,最新版本 1.2.0.Beta1 +* 本页功能只能在1.2.0测试版中使用,最新版本 1.2.0.Beta2 * 点个Star支持一下吧 :) @@ -15,12 +15,12 @@ QQ群:1022221898 com.github.yulichang mybatis-plus-join - 1.2.0.Beta1 + 1.2.0.Beta2 ``` - Gradle ``` - implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.2.0.Beta1' + implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.2.0.Beta2' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖