mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
update docs/zh/base/query.md.
对游标操作增加了 Mybatis-Flex-Reactor 的推荐 Signed-off-by: 林钟一六 <1477007136@qq.com>
This commit is contained in:
parent
cd2d515ffd
commit
77992e60a9
@ -53,6 +53,11 @@ Db.tx(() -> {
|
||||
- 1、数据查询并写入到缓存
|
||||
- 2、Excel 导出等
|
||||
|
||||
你还可以使用 Mybatis-Flex-Reactor (flex 响应式拓展包),内部将游标操作封装成了 Flux 对象,可以有更好的游标操作体验。
|
||||
详情可见:
|
||||
[Gitee](https://gitee.com/goxiaogle/mybatis-flex-reactor)
|
||||
[Github](https://github.com/Goxiaogle/mybatis-flex-reactor)
|
||||
|
||||
## 查询 Map 集合
|
||||
|
||||
```java
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user