mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
MPJLambdaWrapper支持select子查询
This commit is contained in:
parent
626a98601d
commit
e14f9b90d1
@ -1,6 +1,6 @@
|
|||||||
# mybatis-plus-join
|
# mybatis-plus-join
|
||||||
|
|
||||||
* 本页功能只能在1.2.0测试版中使用,最新版本 1.2.0.Beta1
|
* 本页功能只能在1.2.0测试版中使用,最新版本 1.2.0.Beta2
|
||||||
|
|
||||||
* 点个Star支持一下吧 :)
|
* 点个Star支持一下吧 :)
|
||||||
|
|
||||||
@ -15,12 +15,12 @@ QQ群:1022221898
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.yulichang</groupId>
|
<groupId>com.github.yulichang</groupId>
|
||||||
<artifactId>mybatis-plus-join</artifactId>
|
<artifactId>mybatis-plus-join</artifactId>
|
||||||
<version>1.2.0.Beta1</version>
|
<version>1.2.0.Beta2</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
```
|
```
|
||||||
- Gradle
|
- 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, 再引入以上依赖
|
或者clone代码到本地执行 mvn install, 再引入以上依赖
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user