Skip to content

Commit

Permalink
[Polish] Support for annotation @Param with a single object, and fi…
Browse files Browse the repository at this point in the history
…x few bugs.
  • Loading branch information
yihleego committed Aug 15, 2021
1 parent 3a2896f commit 6fe6030
Show file tree
Hide file tree
Showing 113 changed files with 45,404 additions and 3,819 deletions.
16 changes: 8 additions & 8 deletions README.ZH_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ $ mvn clean install
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages</artifactId>
<version>1.1.2</version>
<version>2.0.0</version>
</dependency>
```

### Gradle

```xml
implementation 'io.leego:mypages:1.1.2'
implementation 'io.leego:mypages:2.0.0'
```

## 数据库
Expand All @@ -36,18 +36,18 @@ implementation 'io.leego:mypages:1.1.2'
|:-:|:-:|:-:|:-:|:-:|:-:|
|MySQL||PostgreSQL||Oracle||
|MariaDB||SQLite||DB2||
|H2||Phoenix||Apache Derby||
|H2||Apache Phoenix||Apache Derby||
|HyperSQL||Informix||TiDB||
|SQL Server||Apache Hive||
|Microsoft SQL Server||Apache Hive||

## 文档

[English Document 英文版](README.md)

> * [用户指南 (中文版)](docs/USERGUIDE.ZH_CN.md)
> * [User Guide (English)](docs/USERGUIDE.md)
> * [mypages-spring-boot-starter (中文版)](docs/STARTER_USERGUIDE.ZH_CN.md)
> * [mypages-spring-boot-starter (English)](docs/STARTER_USERGUIDE.md)
> * [用户指南 (中文版)](mypages/README.ZH_CN.md)
> * [User Guide (English)](mypages/README.md)
> * [mypages-spring-boot-starter (中文版)](mypages-spring-boot-starter/README.ZH_CN.md)
> * [mypages-spring-boot-starter (English)](mypages-spring-boot-starter/README.md)
## 交流

Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Many databases, one plugin.

## Installation

Please make sure the Java version is 1.8 and above.
Please make sure the Java version is 1.8 or above.

```bash
$ git clone https://github.com/yihleego/mypages.git
Expand All @@ -21,14 +21,14 @@ $ mvn clean install
<dependency>
<groupId>io.leego</groupId>
<artifactId>mypages</artifactId>
<version>1.1.2</version>
<version>2.0.0</version>
</dependency>
```

### Gradle

```xml
implementation 'io.leego:mypages:1.1.2'
implementation 'io.leego:mypages:2.0.0'
```

## Supported
Expand All @@ -37,18 +37,18 @@ implementation 'io.leego:mypages:1.1.2'
|:-:|:-:|:-:|:-:|:-:|:-:|
|MySQL||PostgreSQL||Oracle||
|MariaDB||SQLite||DB2||
|H2||Phoenix||Apache Derby||
|H2||Apache Phoenix||Apache Derby||
|HyperSQL||Informix||TiDB||
|SQL Server||Apache Hive||
|Microsoft SQL Server||Apache Hive||

## Documentation

[Chinese Document 中文版](README.ZH_CN.md)

> * [User Guide (English)](docs/USERGUIDE.md)
> * [用户指南 (中文版)](docs/USERGUIDE.ZH_CN.md)
> * [mypages-spring-boot-starter (English)](docs/STARTER_USERGUIDE.md)
> * [mypages-spring-boot-starter (中文版)](docs/STARTER_USERGUIDE.ZH_CN.md)
> * [User Guide (English)](mypages/README.md)
> * [用户指南 (中文版)](mypages/README.ZH_CN.md)
> * [mypages-spring-boot-starter (English)](mypages-spring-boot-starter/README.md)
> * [mypages-spring-boot-starter (中文版)](mypages-spring-boot-starter/README.ZH_CN.md)
## Contact

Expand Down
109 changes: 0 additions & 109 deletions docs/STARTER_USERGUIDE.ZH_CN.md

This file was deleted.

109 changes: 0 additions & 109 deletions docs/STARTER_USERGUIDE.md

This file was deleted.

Loading

0 comments on commit 6fe6030

Please sign in to comment.