mirror of
https://gitee.com/mybatis-flex/mybatis-flex.git
synced 2025-12-06 16:48:24 +08:00
doc: update docs
This commit is contained in:
parent
9cc33e8cc9
commit
aa8238e2f5
29
readme.md
29
readme.md
@ -2,6 +2,35 @@
|
|||||||
|
|
||||||
# MyBatis-Flex is an elegant Mybatis Enhancement Framework.
|
# MyBatis-Flex is an elegant Mybatis Enhancement Framework.
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a target="_blank" href="https://search.maven.org/search?q=mybatis-flex%20mybatis-flex">
|
||||||
|
<img src="https://img.shields.io/maven-central/v/com.mybatis-flex/parent?label=Maven%20Central" alt="Maven" />
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0.txt">
|
||||||
|
<img src="https://img.shields.io/:license-Apache2-blue.svg" alt="Apache 2" />
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html">
|
||||||
|
<img src="https://img.shields.io/badge/JDK-8-green.svg" alt="jdk-8" />
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html">
|
||||||
|
<img src="https://img.shields.io/badge/JDK-11-green.svg" alt="jdk-11" />
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html">
|
||||||
|
<img src="https://img.shields.io/badge/JDK-17-green.svg" alt="jdk-17" />
|
||||||
|
</a>
|
||||||
|
<br />
|
||||||
|
<img src="https://img.shields.io/badge/SpringBoot-v2.x-blue">
|
||||||
|
<img src="https://img.shields.io/badge/SpringBoot-v3.x-blue">
|
||||||
|
<img src="https://img.shields.io/badge/Solon-v2.x-blue">
|
||||||
|
<br />
|
||||||
|
<a target="_blank" href='https://gitee.com/mybatis-flex/mybatis-flex'>
|
||||||
|
<img src='https://gitee.com/mybatis-flex/mybatis-flex/badge/star.svg' alt='Gitee star'/>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href='https://github.com/mybatis-flex/mybatis-flex'>
|
||||||
|
<img src="https://img.shields.io/github/stars/mybatis-flex/mybatis-flex.svg?logo=github" alt="Github star"/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- 1、MyBatis-Flex is very lightweight, and it only depends on Mybatis and no other third-party dependencies
|
- 1、MyBatis-Flex is very lightweight, and it only depends on Mybatis and no other third-party dependencies
|
||||||
|
|||||||
28
readme_zh.md
28
readme_zh.md
@ -3,6 +3,34 @@
|
|||||||
|
|
||||||
# MyBatis-Flex: 一个优雅的 MyBatis 增强框架
|
# MyBatis-Flex: 一个优雅的 MyBatis 增强框架
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a target="_blank" href="https://search.maven.org/search?q=mybatis-flex%20mybatis-flex">
|
||||||
|
<img src="https://img.shields.io/maven-central/v/com.mybatis-flex/parent?label=Maven%20Central" alt="Maven" />
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.apache.org/licenses/LICENSE-2.0.txt">
|
||||||
|
<img src="https://img.shields.io/:license-Apache2-blue.svg" alt="Apache 2" />
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.oracle.com/java/technologies/javase/javase-jdk8-downloads.html">
|
||||||
|
<img src="https://img.shields.io/badge/JDK-8-green.svg" alt="jdk-8" />
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.oracle.com/java/technologies/javase/jdk11-archive-downloads.html">
|
||||||
|
<img src="https://img.shields.io/badge/JDK-11-green.svg" alt="jdk-11" />
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href="https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html">
|
||||||
|
<img src="https://img.shields.io/badge/JDK-17-green.svg" alt="jdk-17" />
|
||||||
|
</a>
|
||||||
|
<br />
|
||||||
|
<img src="https://img.shields.io/badge/SpringBoot-v2.x-blue">
|
||||||
|
<img src="https://img.shields.io/badge/SpringBoot-v3.x-blue">
|
||||||
|
<img src="https://img.shields.io/badge/Solon-v2.x-blue">
|
||||||
|
<br />
|
||||||
|
<a target="_blank" href='https://gitee.com/mybatis-flex/mybatis-flex'>
|
||||||
|
<img src='https://gitee.com/mybatis-flex/mybatis-flex/badge/star.svg' alt='Gitee star'/>
|
||||||
|
</a>
|
||||||
|
<a target="_blank" href='https://github.com/mybatis-flex/mybatis-flex'>
|
||||||
|
<img src="https://img.shields.io/github/stars/mybatis-flex/mybatis-flex.svg?logo=github" alt="Github star"/>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
## 特征
|
## 特征
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user