From 05f6ad309e71b7ba22be24f0b01d777e685f478d Mon Sep 17 00:00:00 2001 From: admin <570810310@qq.com> Date: Thu, 6 May 2021 10:03:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8037dc6..aa0f8e7 100644 --- a/README.md +++ b/README.md @@ -14,17 +14,22 @@ QQ群:1022221898 1. 在项目中添加依赖 - ```xml - - com.github.yulichang - mybatis-plus-join - 1.1.6 - - ``` - 或者clone代码到本地,执行mvn install,再引入以上依赖 -
- 注意: mybatis plus version >= 3.4.0 -
+- Maven + ```xml + + com.github.yulichang + mybatis-plus-join + 1.1.6 + + ``` +- Gradle + ``` + implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.1.6' + ``` + 或者clone代码到本地自行安装,再引入以上依赖 +
+ 注意: mybatis plus version >= 3.4.0 +
### 使用