doc: update docs

This commit is contained in:
Michael Yang 2024-05-14 09:44:07 +08:00
parent 26a887e66f
commit 49f384543a
2 changed files with 6 additions and 1 deletions

View File

@ -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/'},

View File

@ -7,6 +7,11 @@
除此之外,我们还可以通过扩展生成更多的产物,文档参考 [#添加其他产物的生成](#添加其他产物的生成)。 除此之外,我们还可以通过扩展生成更多的产物,文档参考 [#添加其他产物的生成](#添加其他产物的生成)。
> 另外MyBatis-Flex 也提供了一个 **AI 代码生成器**,可以通过您的需求描述,自动帮你生成
> SpringBoot + MyBatisFlex 的项目代码以及SQL脚本导入到开发工具即可使用。
>
> 内测地址https://ai.mybatis-flex.com
## 快速开始 ## 快速开始
在使用之前,我们需要先添加 `mybatis-flex-codegen` 的 Maven 依赖: 在使用之前,我们需要先添加 `mybatis-flex-codegen` 的 Maven 依赖: