diff --git a/README-CN.md b/README-CN.md index 5266245..686feee 100644 --- a/README-CN.md +++ b/README-CN.md @@ -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 项目) ### 在项目引入 diff --git a/README.md b/README.md index ed2f3a6..0c0bd09 100644 --- a/README.md +++ b/README.md @@ -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.