File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ This is a [GraphQL](https://github.com/graphql/graphql-spec) Java implementation
7
7
Latest build in Maven central: https://repo1.maven.org/maven2/com/graphql-java/graphql-java/
8
8
9
9
[ ![ Build] ( https://github.com/graphql-java/graphql-java/actions/workflows/master.yml/badge.svg )] ( https://github.com/graphql-java/graphql-java/actions/workflows/master.yml )
10
- [ ![ Latest Release] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-java?versionPrefix=23 . )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/ )
10
+ [ ![ Latest Release] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-java?versionPrefix=24 . )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/ )
11
11
[ ![ Latest Snapshot] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-java?label=maven-central%20snapshot&versionPrefix=0 )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/ )
12
12
[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-green )] ( https://github.com/graphql-java/graphql-java/blob/master/LICENSE.md )
13
13
Original file line number Diff line number Diff line change 5
5
该组件是 [ GraphQL 规范] ( https://github.com/graphql/graphql-spec ) 的 Java 实现。
6
6
7
7
[ ![ Build] ( https://github.com/graphql-java/graphql-java/actions/workflows/master.yml/badge.svg )] ( https://github.com/graphql-java/graphql-java/actions/workflows/master.yml )
8
- [ ![ Latest Release] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-java?versionPrefix=23 . )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/ )
8
+ [ ![ Latest Release] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-java?versionPrefix=24 . )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/ )
9
9
[ ![ Latest Snapshot] ( https://img.shields.io/maven-central/v/com.graphql-java/graphql-java?label=maven-central%20snapshot&versionPrefix=0 )] ( https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/ )
10
10
[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-green )] ( https://github.com/graphql-java/graphql-java/blob/master/LICENSE.md )
11
11
15
15
16
16
更多细节请参考` graphql-java ` 官方文档: https://www.graphql-java.com/documentation/getting-started
17
17
18
+ 我们写了一本书: [ GraphQL with Java and Spring] ( https://leanpub.com/graphql-java )
19
+
18
20
如果您想了解新版本更多的信息和变更日志请参阅[ releases 列表] ( https://github.com/graphql-java/graphql-java/releases ) 。
19
21
20
22
### 行为规范
You can’t perform that action at this time.
0 commit comments