mirror of
https://gitee.com/best_handsome/mybatis-plus-join
synced 2025-07-11 00:02:22 +08:00
跟新文档注释
This commit is contained in:
parent
e27121caf8
commit
2fdd0e5e6f
@ -1,8 +1,8 @@
|
||||
# mybatis-plus-join
|
||||
|
||||
* 支持连表查询的[mybatis-plus](https://gitee.com/baomidou/mybatis-plus)
|
||||
* 支持连表查询的 [mybatis-plus](https://gitee.com/baomidou/mybatis-plus)
|
||||
|
||||
* [演示示例](https://gitee.com/best_handsome/mybatis-plus-join-demo)
|
||||
* [演示工程](https://gitee.com/best_handsome/mybatis-plus-join-demo)
|
||||
|
||||
* 点个Star支持一下吧 :)
|
||||
|
||||
@ -55,8 +55,6 @@ QQ群:1022221898
|
||||
|
||||
#### MPJLambdaWrapper示例
|
||||
|
||||
#### 简单的3表查询
|
||||
|
||||
```java
|
||||
class test {
|
||||
@Resource
|
||||
|
@ -21,10 +21,10 @@ import java.util.function.Predicate;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* copy {@link com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper}
|
||||
* 参考 {@link com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper}
|
||||
* Lambda 语法使用 Wrapper
|
||||
* <p>
|
||||
* 推荐使用 Wrappers.<UserDO>lambdaWrapper();构造
|
||||
* 推荐使用 Wrappers.<UserDO>lambdaJoin();构造
|
||||
*
|
||||
* @author yulichang
|
||||
* @see com.github.yulichang.toolkit.Wrappers
|
||||
|
Loading…
x
Reference in New Issue
Block a user