doc: update docs

This commit is contained in:
开源海哥 2023-09-06 10:17:24 +08:00
parent 5bb2af4489
commit 18d13a3d6c
2 changed files with 15 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export default defineConfig({
{text: '示例代码', link: 'https://gitee.com/mybatis-flex/mybatis-flex-samples'}, {text: '示例代码', link: 'https://gitee.com/mybatis-flex/mybatis-flex-samples'},
{text: '性能测试代码', link: 'https://gitee.com/mybatis-flex/mybatis-benchmark'}, {text: '性能测试代码', link: 'https://gitee.com/mybatis-flex/mybatis-benchmark'},
{text: 'MyBatis-Flex-Admin', link: 'https://gitee.com/mybatis-flex/mybatis-flex-admin'}, {text: 'MyBatis-Flex-Admin', link: 'https://gitee.com/mybatis-flex/mybatis-flex-admin'},
{text: 'MyBatis-Flex-Kotlin', link: 'https://gitee.com/mybatis-flex/mybatis-flex-kotlin'},
] ]
}, },
], ],

View File

@ -135,3 +135,17 @@ https://www.bilibili.com/video/BV1kF411r7ky
该项目使用前后端分离的方式,后端使用 SpringBoot 2.x + MyBatis-Flex前台有 React 和 Vue 两个版本,开源地址(当前正在开发中): 该项目使用前后端分离的方式,后端使用 SpringBoot 2.x + MyBatis-Flex前台有 React 和 Vue 两个版本,开源地址(当前正在开发中):
https://gitee.com/mybatis-flex/mybatis-flex-admin https://gitee.com/mybatis-flex/mybatis-flex-admin
## MyBatis-Flex-Kotlin
MyBatis-Flex-Kotlin 基于 Mybatis-Flex 的 Kotlin 扩展模块,方便 Kotlin 开发者使用 MyBatis-Flex 进行开发,其主要由社区同学 [@kamo-sama](https://gitee.com/kamo-sama) 进行维护。
**特点**
- 本模块基于 [Mybatis-Flex](https://mybatis-flex.com) 核心库 ,只做扩展不做改变
- 结合 Kotlin 特性、DSL让数据库操作更简单
**开源地址:**
https://gitee.com/mybatis-flex/mybatis-flex-kotlin