Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yangyang0507 committed Feb 7, 2024
1 parent 382dcb0 commit fb7f187
Show file tree
Hide file tree
Showing 2 changed files with 125 additions and 1 deletion.
124 changes: 124 additions & 0 deletions src/content/docs/en/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,124 @@
---
title: MyBatis-Plus 🚀 Born to Simplify Development
head:
- tag: title
content: MyBatis-Plus 🚀 Born to Simplify Development
description: MyBatis-Plus is an powerful enhanced toolkit of MyBatis for simplify development. This toolkit provides some efficient, useful, out-of-the-box features for MyBatis, use it can effectively save your development time.
template: splash
hero:
title: MyBatis-Plus
tagline: The best partner of MyBatis, focusing on enhancements and not changes, born to simplify development.
image:
file: ../../../assets/logo.svg
actions:
- text: Guides
link: /introduce
icon: right-arrow
variant: primary
- text: Github
link: https://starlight.astro.build
icon: external
---

import Sponsors from '../../../components/Sponsors.astro';
import LastedDependency from '../../../components/LastedDependency.astro';
import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';

### 特性

<CardGrid>
<Card title="Seamless Integration" icon="gitter">
It enhances without altering, ensuring a smooth integration that doesn't disrupt existing projects.
</Card>
<Card title="Efficiency First" icon="rocket">
With simple configurations, it enables rapid CRUD operations on single tables, saving a significant amount of time.
</Card>
<Card title="Comprehensive Functionality" icon="puzzle">
Features like code generation, automatic pagination, logical deletion, auto-filling, and interceptors are all included.
</Card>
<Card title="Widely Recognized" icon="star">
Honored as Open Source China’s Best Open Source Project for five consecutive years, with over 16K stars on GitHub.
</Card>
</CardGrid>

### Sponsors

<Sponsors />

### Dependency

<LastedDependency groupId="com.baomidou" artifactId="mybatis-plus" />

### Ecosystem

<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="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>

### Thanks

MyBatis-Plus has won the "OSC Annual Most Popular Chinese Open Source Software" award for five consecutive years ([2017](https://www.oschina.net/project/top_cn_2017)[2018](https://www.oschina.net/project/top_cn_2018)[2019](https://www.oschina.net/project/top_cn_2019)[2020](https://www.oschina.net/project/top_cn_2020)[2021](https://www.oschina.net/project/top_cn_2021)). We would like to express our gratitude to all our supporters for accompanying us on this journey. We will continue to uphold the philosophy of "born to simplify development" and move forward with perseverance!

### Code

- **[Github](https://github.com/baomidou/mybatis-plus)**
- **[Gitee](https://gitee.com/baomidou/mybatis-plus)**

### Contribute

Welcome all heroes to participate in the improvement of MyBatis-Plus, we look forward to your PR!

- Contribute code: Code address MyBatis-Plus, welcome to submit Issue or Pull Requests
- Maintenance document: Document address MyBatis-Plus-Doc, welcome to participate in translation and revision

### 教程、案例、使用者名单

请移步至 [Awesome-MyBatis-Plus](https://github.com/baomidou/awesome-mybatis-plus) 查看。

### 友情链接

> [Aizuda](http://aizuda.com?from=MybatisPlus) | [Easy-ES](https://easy-es.cn/) | [Layui-Vue](http://www.layui-vue.com/) | [JPom](https://jpom.top/) | [SpringDoc](https://springdoc.cn/) | [Sa-Token](https://sa-token.cc/) | [RuleGo](https://rulego.cc) | [NanCheung](https://blog.nancheung.com/) | [ApiDocs](http://apidocs.cn/blog/)
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ head:
description: MyBatis-Plus 是一个 MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。
template: splash
hero:
title: MyBatis-Plus <br/> 为简化开发而生
title: MyBatis-Plus
tagline: MyBatis 最佳搭档,只做增强不做改变,为简化开发、提高效率而生。
image:
file: ../../assets/logo.svg
Expand Down

0 comments on commit fb7f187

Please sign in to comment.