We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0daaa38 + 052d714 commit 25abfcaCopy full SHA for 25abfca
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install Java and Maven
15
uses: actions/setup-java@v1
16
with:
17
- java-version: 1.8
+ java-version: 17
18
19
- name: Install nebula-graph
20
run: |
README-CN.md
@@ -89,7 +89,7 @@ This source code is licensed under Apache 2.0 License.
89
- Gradle
90
91
```groovy
92
- implementation 'org.nebula-contrib:ngbatis:1.3.0'
+ implementation 'org.nebula-contrib:ngbatis:1.3.0-jdk17'
93
```
94
95
### 参考 [【ngbatis-demo】](./ngbatis-demo),与springboot无缝集成。在该项目的 test 中还有api的样例。在开发过程中每增加一个特性也都会同步更新ngbatis-demo的用例
0 commit comments