diff --git a/docs/.vitepress/config.ts b/docs/.vitepress/config.ts index 8998ed18..124fc051 100644 --- a/docs/.vitepress/config.ts +++ b/docs/.vitepress/config.ts @@ -30,7 +30,7 @@ export default defineConfig({ {text: '帮助文档', link: '/zh/intro/what-is-mybatisflex'}, {text: '🆘 常见问题', link: '/zh/faq'}, {text: '周边 / 视频教程', link: '/zh/awesome-things'}, - {text: '🍷代码生成器', link: '/zh/others/codegen.md'}, + {text: '🍷代码生成器(AI)', link: '/zh/others/codegen.md'}, {text: '更新日志', link: '/zh/changes'}, {text: 'JavaDoc', link: 'https://apidoc.gitee.com/mybatis-flex/mybatis-flex/'}, diff --git a/docs/zh/others/codegen.md b/docs/zh/others/codegen.md index a6564b70..8559a638 100644 --- a/docs/zh/others/codegen.md +++ b/docs/zh/others/codegen.md @@ -7,6 +7,11 @@ 除此之外,我们还可以通过扩展生成更多的产物,文档参考 [#添加其他产物的生成](#添加其他产物的生成)。 +> 另外:MyBatis-Flex 也提供了一个 **AI 代码生成器**,可以通过您的需求描述,自动帮你生成 +> SpringBoot + MyBatisFlex 的项目代码以及SQL脚本,导入到开发工具即可使用。 +> +> 内测地址:https://ai.mybatis-flex.com + ## 快速开始 在使用之前,我们需要先添加 `mybatis-flex-codegen` 的 Maven 依赖: