Skip to content

Commit

Permalink
chore: add version matching in README
Browse files Browse the repository at this point in the history
  • Loading branch information
CorvusYe committed Nov 28, 2023
1 parent 13b8426 commit e834622
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,17 @@ This source code is licensed under Apache 2.0 License.
- Maven
- Java 8+

## 版本匹配

NgBatis | nebula-java | JDK | Springboot | Beetl
---|-------------|---|------------|---
1.2.0-jdk17-SNAPSHOT | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE
1.2.0-SNAPSHOT | 3.6.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.5 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.4 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.3 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.2 | 3.4.0 | 8 | 2.7.0 | 3.1.8.RELEASE

## 如何使用(可在克隆代码后,参考 ngbatis-demo 项目)

### 在项目引入
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ See [EXECUTION-PROCESS.md](./EXECUTION-PROCESS.md)
- Maven
- Java 8+

## Version matching

NgBatis | nebula-java | JDK | Springboot | Beetl
---|-------------|---|------------|---
1.2.0-jdk17-SNAPSHOT | 3.6.0 | 17 | 3.0.7 | 3.15.10.RELEASE
1.2.0-SNAPSHOT | 3.6.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.5 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.4 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.3 | 3.5.0 | 8 | 2.7.0 | 3.1.8.RELEASE
1.1.2 | 3.4.0 | 8 | 2.7.0 | 3.1.8.RELEASE

## How to use

> You could refer to ngbatis-demo in this repo.
Expand Down

0 comments on commit e834622

Please sign in to comment.