-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
450ec8f
commit 4098a71
Showing
10 changed files
with
1,142 additions
and
649 deletions.
There are no files selected for viewing
406 changes: 0 additions & 406 deletions
406
src/content/docs/reference/code-generator-configuration.md
This file was deleted.
Oops, something went wrong.
738 changes: 738 additions & 0 deletions
738
src/content/docs/reference/code-generator-configuration.mdx
Large diffs are not rendered by default.
Oops, something went wrong.
461 changes: 288 additions & 173 deletions
461
src/content/docs/reference/new-code-generator-configuration.md
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
title: 开源生态 | ||
sidebar: | ||
order: 1 | ||
--- | ||
|
||
import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components'; | ||
|
||
## Baomidou 开源团队其余作品 | ||
|
||
<CardGrid> | ||
<LinkCard | ||
title="MybatisX" | ||
description="一款全免费且强大的 IDEA 插件,支持跳转,自动补全生成 SQL,代码生成。" | ||
href="https://github.com/baomidou/MybatisX" | ||
/> | ||
<LinkCard | ||
title="Mybatis-Mate" | ||
description="为 MyBatis-Plus 企业级模块,支持分库分表、数据审计、字段加密、数据绑定、数据权限、表结构自动生成 SQL 维护等高级特性。" | ||
href="https://gitee.com/baomidou/mybatis-mate-examples" | ||
/> | ||
<LinkCard | ||
title="AiZuDa" | ||
description="爱组搭-低代码开发平台组件库。" | ||
href="https://gitee.com/aizuda" | ||
/> | ||
<LinkCard | ||
title="FlowLong" | ||
description="真正的国产工作流引擎,为中国特色审批匠心打造。" | ||
href="https://gitee.com/aizuda" | ||
/> | ||
<LinkCard | ||
title="Easy-Retry" | ||
description="分布式重试服务平台。" | ||
href="https://www.easyretry.com/" | ||
/> | ||
<LinkCard | ||
title="Dynamic-Datasource" | ||
description="基于 SpringBoot 的多数据源组件,功能强悍,支持 Seata 分布式事务。" | ||
href="https://gitee.com/baomidou/dynamic-datasource-spring-boot-starter" | ||
/> | ||
<LinkCard | ||
title="Lock4j" | ||
description="基于 SpringBoot 同时支持 RedisTemplate、Redission、Zookeeper 的分布式锁组件。" | ||
href="https://gitee.com/baomidou/lock4j" | ||
/> | ||
<LinkCard | ||
title="Shuan" | ||
description="基于 Pac4J-JWT 的 WEB 安全组件, 快速集成。" | ||
href="https://gitee.com/baomidou/shaun" | ||
/> | ||
<LinkCard | ||
title="Kisso" | ||
description="基于 Cookie 的单点登录组件。" | ||
href="https://github.com/baomidou/kisso" | ||
/> | ||
<LinkCard | ||
title="Kaptcha" | ||
description="基于 SpringBoot 和 Google Kaptcha 的简单验证码组件,简单验证码就选它。" | ||
href="https://gitee.com/baomidou/kaptcha-spring-boot-starter" | ||
/> | ||
</CardGrid> | ||
|
||
## 更多生态资源 | ||
|
||
请移步至 [Awesome-MyBatis-Plus](https://github.com/baomidou/awesome-mybatis-plus) 查看。 | ||
|
||
## 团队荣耀 | ||
|
||
![MP荣誉](/images/content/honor.jpeg) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters