This commit is contained in:
admin 2021-05-06 10:03:21 +08:00
parent ecea13d4d8
commit 05f6ad309e

View File

@ -14,6 +14,7 @@ QQ群:1022221898
1. 在项目中添加依赖 1. 在项目中添加依赖
- Maven
```xml ```xml
<dependency> <dependency>
<groupId>com.github.yulichang</groupId> <groupId>com.github.yulichang</groupId>
@ -21,7 +22,11 @@ QQ群:1022221898
<version>1.1.6</version> <version>1.1.6</version>
</dependency> </dependency>
``` ```
或者clone代码到本地,执行mvn install,再引入以上依赖 - Gradle
```
implementation group: 'com.github.yulichang', name: 'mybatis-plus-join', version: '1.1.6'
```
或者clone代码到本地自行安装,再引入以上依赖
<br> <br>
注意: mybatis plus version >= 3.4.0 注意: mybatis plus version >= 3.4.0
<br> <br>