mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-08 01:28:24 +08:00
doc: update docs
This commit is contained in:
parent
ca9ef2380d
commit
4ace0e3cb3
@ -303,3 +303,7 @@ Db.insert("tb_account", row);
|
|||||||
//插入成功后,其 my_id 自动被赋值
|
//插入成功后,其 my_id 自动被赋值
|
||||||
System.out.println("插入成功的主键: " + row.get("my_id"));
|
System.out.println("插入成功的主键: " + row.get("my_id"));
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## 如何替换 Ruoyi 项目中的 MyBatis 为 MyBatis-Flex ?
|
||||||
|
|
||||||
|
参考 issue:https://gitee.com/mybatis-flex/mybatis-flex/issues/I7UX96
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user