|
1 | | -# graphql-java |
| 1 | +# GraphQL Java |
2 | 2 |
|
3 | | -[](https://gitter.im/graphql-java/graphql-java?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) |
| 3 | +请在 Discussions 进行问题讨论和寻求帮助:https://github.com/graphql-java/graphql-java/discussions |
4 | 4 |
|
5 | | - |
6 | | -This is a [GraphQL](https://github.com/facebook/graphql) Java implementation. |
7 | | - |
| 5 | +该组件是 [GraphQL 规范](https://github.com/graphql/graphql-spec) 的 Java 实现。 |
8 | 6 |
|
9 | | -[](https://travis-ci.org/graphql-java/graphql-java) |
| 7 | +[](https://github.com/graphql-java/graphql-java/actions/workflows/master.yml) |
10 | 8 | [](https://maven-badges.herokuapp.com/maven-central/com.graphql-java/graphql-java/) |
11 | 9 |
|
12 | 10 |
|
13 | | -## 文档 |
| 11 | +### 文档 |
14 | 12 |
|
15 | | -关于 `graphql-java` 的详细使用说明,请阅读: https://www.graphql-java.com/documentation/getting-started |
| 13 | +入门教程:[Getting started with GraphQL Java and Spring Boot](https://www.graphql-java.com/tutorials/getting-started-with-spring-boot/) |
16 | 14 |
|
17 | | -这也是个很好的教程 : https://www.howtographql.com/graphql-java/0-introduction/ |
| 15 | +更多细节请参考`graphql-java`官方文档: https://www.graphql-java.com/documentation/getting-started |
18 | 16 |
|
19 | | -在 [发行版本列表](https://github.com/graphql-java/graphql-java/releases) 中,你可以看到最新版本和变更日志. |
| 17 | +如果您想了解新版本更多的信息和变更日志请参阅[ releases 列表](https://github.com/graphql-java/graphql-java/releases)。 |
20 | 18 |
|
21 | | -### 编码行为约定 |
| 19 | +### 行为规范 |
22 | 20 |
|
23 | | -请注意,本项目基于 [Contributor Code of Conduct](CODE_OF_CONDUCT.md) 协议来发行。 |
24 | | -贡献代码或其它给本项目, (commenting or opening PR/Issues etc) 即表示同意这个协议。 |
| 21 | +请您注意该项目是与 [Contributor Code of Conduct](CODE_OF_CONDUCT.md) 一起发布的,通过提交 PR 或 Issues 参与该项目表示您已经同意遵守该准则,所以请您花时间仔细阅读它。 |
25 | 22 |
|
| 23 | +### License |
26 | 24 |
|
27 | | -### 感谢 |
| 25 | +Copyright (c) 2015, Andreas Marek and [贡献者们](https://github.com/graphql-java/graphql-java/graphs/contributors) |
28 | 26 |
|
29 | | -本框架是基于 [JS 参考实现](https://github.com/graphql/graphql-js),来开发的。 |
30 | | -如 StarWarSchema 和测试用例 (和其它很多方面) 是从它适配到 Java 的。 |
| 27 | +### 帮助支持 |
31 | 28 |
|
32 | | -### 许可证 |
33 | | - |
34 | | -graphql-java 基于 MIT 许可证. 详见 [许可证](LICENSE.md) 。 |
35 | | - |
36 | | -Copyright (c) 2015, Andreas Marek 与 [贡献者们](https://github.com/graphql-java/graphql-java/graphs/contributors) |
37 | | - |
38 | | -[graphql-js 许可证](https://github.com/graphql/graphql-js/blob/master/LICENSE) |
| 29 | + |
39 | 30 |
|
| 31 | +[YourKit](https://www.yourkit.com/) 通过 YourKit Java Profiler 能力对该项目提供了支持。 |
0 commit comments