Skip to content

Commit

Permalink
Merge pull request #269 from CorvusYe/master
Browse files Browse the repository at this point in the history
chore: add version matching in README
  • Loading branch information
wey-gu authored Nov 29, 2023
2 parents cfe3ec1 + 19ca610 commit a69de52
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
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
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ private void match(Object model, Node node, String javaAttr, String attr) {
String attrTemp = null;
try {
String attrText = node.attr(attr);
System.out.println(attrText);
if (isBlank(attrText)) {
return;
}
Expand Down

0 comments on commit a69de52

Please sign in to comment.