diff --git a/src/content/docs/en/index.mdx b/src/content/docs/en/index.mdx new file mode 100644 index 00000000..acd2972b --- /dev/null +++ b/src/content/docs/en/index.mdx @@ -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'; + +### 特性 + + + + It enhances without altering, ensuring a smooth integration that doesn't disrupt existing projects. + + + With simple configurations, it enables rapid CRUD operations on single tables, saving a significant amount of time. + + + Features like code generation, automatic pagination, logical deletion, auto-filling, and interceptors are all included. + + + Honored as Open Source China’s Best Open Source Project for five consecutive years, with over 16K stars on GitHub. + + + +### Sponsors + + + +### Dependency + + + +### Ecosystem + + + + + + + + + + + + + +### 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/) \ No newline at end of file diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 5781e60a..abf9b9fa 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -6,7 +6,7 @@ head: description: MyBatis-Plus 是一个 MyBatis 的增强工具,在 MyBatis 的基础上只做增强不做改变,为简化开发、提高效率而生。 template: splash hero: - title: MyBatis-Plus
为简化开发而生 + title: MyBatis-Plus tagline: MyBatis 最佳搭档,只做增强不做改变,为简化开发、提高效率而生。 image: file: ../../assets/logo.svg