mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-07 00:58:24 +08:00
doc: update docs
This commit is contained in:
parent
26a887e66f
commit
49f384543a
@ -30,7 +30,7 @@ export default defineConfig({
|
|||||||
{text: '帮助文档', link: '/zh/intro/what-is-mybatisflex'},
|
{text: '帮助文档', link: '/zh/intro/what-is-mybatisflex'},
|
||||||
{text: '🆘 常见问题', link: '/zh/faq'},
|
{text: '🆘 常见问题', link: '/zh/faq'},
|
||||||
{text: '周边 / 视频教程', link: '/zh/awesome-things'},
|
{text: '周边 / 视频教程', link: '/zh/awesome-things'},
|
||||||
{text: '🍷代码生成器', link: '/zh/others/codegen.md'},
|
{text: '🍷代码生成器(AI)', link: '/zh/others/codegen.md'},
|
||||||
{text: '更新日志', link: '/zh/changes'},
|
{text: '更新日志', link: '/zh/changes'},
|
||||||
{text: 'JavaDoc', link: 'https://apidoc.gitee.com/mybatis-flex/mybatis-flex/'},
|
{text: 'JavaDoc', link: 'https://apidoc.gitee.com/mybatis-flex/mybatis-flex/'},
|
||||||
|
|
||||||
|
|||||||
@ -7,6 +7,11 @@
|
|||||||
|
|
||||||
除此之外,我们还可以通过扩展生成更多的产物,文档参考 [#添加其他产物的生成](#添加其他产物的生成)。
|
除此之外,我们还可以通过扩展生成更多的产物,文档参考 [#添加其他产物的生成](#添加其他产物的生成)。
|
||||||
|
|
||||||
|
> 另外:MyBatis-Flex 也提供了一个 **AI 代码生成器**,可以通过您的需求描述,自动帮你生成
|
||||||
|
> SpringBoot + MyBatisFlex 的项目代码以及SQL脚本,导入到开发工具即可使用。
|
||||||
|
>
|
||||||
|
> 内测地址:https://ai.mybatis-flex.com
|
||||||
|
|
||||||
## 快速开始
|
## 快速开始
|
||||||
|
|
||||||
在使用之前,我们需要先添加 `mybatis-flex-codegen` 的 Maven 依赖:
|
在使用之前,我们需要先添加 `mybatis-flex-codegen` 的 Maven 依赖:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user