From 782654915b1d79567c406973e9f00be5f0a61418 Mon Sep 17 00:00:00 2001 From: yulichang <570810310@qq.com> Date: Fri, 19 Nov 2021 23:27:25 +0800 Subject: [PATCH] 1.2.0.Beta6 --- MAPPING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAPPING.md b/MAPPING.md index a91185c..5958f3d 100644 --- a/MAPPING.md +++ b/MAPPING.md @@ -1,6 +1,6 @@ # mybatis-plus-join -* 本页功能只能在1.2.0测试版中使用,最新版本 1.2.0.Beta5 +* 本页功能只能在1.2.0测试版中使用,最新版本 1.2.0.Beta6 * 点个Star支持一下吧 :) @@ -15,12 +15,12 @@ QQ群:1022221898 com.github.yulichang mybatis-plus-join - 1.2.0.Beta5 + 1.2.0.Beta6 ``` - Gradle ``` - implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.2.0.Beta5' + implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.2.0.Beta6' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖