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
de49069ccc
commit
adada6870c
18
README-zh.md
18
README-zh.md
@ -23,9 +23,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
对 <a href="https://gitee.com/baomidou/mybatis-plus" target="_blank">MyBatis-Plus</a> 多表查询的扩展 |
|
对 <a href="/baomidou/mybatis-plus" target="_blank">MyBatis-Plus</a> 多表查询的扩展 |
|
||||||
<a href="https://gitee.com/best_handsome/mybatis-plus-join-demo" target="_blank">演示工程</a> |
|
<a href="../mybatis-plus-join-demo" target="_blank">演示工程</a> |
|
||||||
<a href="https://yulichang.github.io/mybatis-plus-join-doc/" target="_blank">使用文档</a> |
|
<a href="https://mybatis-plus-join.github.io" target="_blank">使用文档</a> |
|
||||||
点个Star支持一下吧 (☆▽☆)
|
点个Star支持一下吧 (☆▽☆)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ QQ群:680016987 或者
|
|||||||
<img width="200px" height="200px" src="https://foruda.gitee.com/images/1714756135330585984/bcc86eb0_2020985.png" alt="添加作者微信,备注MPJ,加入微信群"/>
|
<img width="200px" height="200px" src="https://foruda.gitee.com/images/1714756135330585984/bcc86eb0_2020985.png" alt="添加作者微信,备注MPJ,加入微信群"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
### <a href="https://yulichang.github.io/mybatis-plus-join-doc/" target="_blank">使用文档WIKI</a>
|
### <a href="https://mybatis-plus-join.github.io" target="_blank">使用文档WIKI</a>
|
||||||
|
|
||||||
## 使用方法
|
## 使用方法
|
||||||
|
|
||||||
@ -113,12 +113,12 @@ WHERE (
|
|||||||
|
|
||||||
MPJLambdaWrapper其他功能
|
MPJLambdaWrapper其他功能
|
||||||
|
|
||||||
* <a href="https://yulichang.github.io/mybatis-plus-join-doc/pages/core/lambda/select/selectCollection.html" target="_blank">
|
* <a href="https://mybatis-plus-join.github.io/pages/core/lambda/select/selectCollection.html" target="_blank">
|
||||||
一对一,一对多使用</a>
|
一对一,一对多使用</a>
|
||||||
* <a href="https://yulichang.github.io/mybatis-plus-join-doc/pages/core/lambda/select/selectFunc.html" target="_blank">简单的SQL函数使用</a>
|
* <a href="https://mybatis-plus-join.github.io/pages/core/lambda/select/selectFunc.html" target="_blank">简单的SQL函数使用</a>
|
||||||
* <a href="https://yulichang.github.io/mybatis-plus-join-doc/pages/core/lambda/join/leftJoin.html" target="_blank">ON语句多条件支持</a>
|
* <a href="https://mybatis-plus-join.github.io/pages/core/lambda/join/leftJoin.html" target="_blank">ON语句多条件支持</a>
|
||||||
* <a href="https://yulichang.github.io/mybatis-plus-join-doc/" target="_blank">其他全部功能请参考使用文档</a>
|
* <a href="https://mybatis-plus-join.github.io" target="_blank">其他全部功能请参考使用文档</a>
|
||||||
|
|
||||||
# <a href="https://yulichang.github.io/mybatis-plus-join-doc" target="_blank">使用文档 wiki</a>
|
# <a href="https://mybatis-plus-join.github.io" target="_blank">使用文档 wiki</a>
|
||||||
# 用爱发电
|
# 用爱发电
|
||||||

|

|
||||||
|
18
README.md
18
README.md
@ -23,9 +23,9 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p align="center">
|
<p align="center">
|
||||||
对 <a href="https://gitee.com/baomidou/mybatis-plus" target="_blank">MyBatis-Plus</a> 多表查询的扩展 |
|
对 <a href="/baomidou/mybatis-plus" target="_blank">MyBatis-Plus</a> 多表查询的扩展 |
|
||||||
<a href="https://gitee.com/best_handsome/mybatis-plus-join-demo" target="_blank">演示工程</a> |
|
<a href="../mybatis-plus-join-demo" target="_blank">演示工程</a> |
|
||||||
<a href="https://yulichang.github.io/mybatis-plus-join-doc/" target="_blank">使用文档</a> |
|
<a href="https://mybatis-plus-join.github.io" target="_blank">使用文档</a> |
|
||||||
点个Star支持一下吧 (☆▽☆)
|
点个Star支持一下吧 (☆▽☆)
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@ -36,7 +36,7 @@ QQ群:680016987 或者
|
|||||||
<img width="200px" height="200px" src="https://github.com/yulichang/mybatis-plus-join/assets/33247410/6a2aedfa-c67d-4691-9441-204f28b6c73d" alt="添加作者微信,备注MPJ,加入微信群"/>
|
<img width="200px" height="200px" src="https://github.com/yulichang/mybatis-plus-join/assets/33247410/6a2aedfa-c67d-4691-9441-204f28b6c73d" alt="添加作者微信,备注MPJ,加入微信群"/>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
### <a href="https://yulichang.github.io/mybatis-plus-join-doc" target="_blank">使用文档WIKI</a>
|
### <a href="https://mybatis-plus-join.github.io" target="_blank">使用文档WIKI</a>
|
||||||
|
|
||||||
## 使用方法
|
## 使用方法
|
||||||
|
|
||||||
@ -114,12 +114,12 @@ WHERE (
|
|||||||
|
|
||||||
MPJLambdaWrapper其他功能
|
MPJLambdaWrapper其他功能
|
||||||
|
|
||||||
* <a href="https://yulichang.github.io/mybatis-plus-join-doc/pages/core/lambda/select/selectCollection.html" target="_blank">
|
* <a href="https://mybatis-plus-join.github.io/pages/core/lambda/select/selectCollection.html" target="_blank">
|
||||||
一对一,一对多使用</a>
|
一对一,一对多使用</a>
|
||||||
* <a href="https://yulichang.github.io/mybatis-plus-join-doc/pages/core/lambda/select/selectFunc.html" target="_blank">简单的SQL函数使用</a>
|
* <a href="https://mybatis-plus-join.github.io/pages/core/lambda/select/selectFunc.html" target="_blank">简单的SQL函数使用</a>
|
||||||
* <a href="https://yulichang.github.io/mybatis-plus-join-doc/pages/core/lambda/join/leftJoin.html" target="_blank">ON语句多条件支持</a>
|
* <a href="https://mybatis-plus-join.github.io/pages/core/lambda/join/leftJoin.html" target="_blank">ON语句多条件支持</a>
|
||||||
* <a href="https://yulichang.github.io/mybatis-plus-join-doc/" target="_blank">其他全部功能请参考使用文档</a>
|
* <a href="https://mybatis-plus-join.github.io" target="_blank">其他全部功能请参考使用文档</a>
|
||||||
|
|
||||||
# <a href="https://yulichang.github.io/mybatis-plus-join-doc" target="_blank">使用文档 wiki</a>
|
# <a href="https://mybatis-plus-join.github.io" target="_blank">使用文档 wiki</a>
|
||||||
# 用爱发电
|
# 用爱发电
|
||||||

|

|
||||||
|
Loading…
x
Reference in New Issue
Block a user