加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.asciidoc 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
Phillip Kruger 提交于 2020-03-22 15:05 . README Update for structure change

Microprofile GraphQL Full Specification

Generating the API and JavaDoc

Just enter mvn clean install at the command line. Maven will generate the following artifacts.

API Jar

The jar containing the api interfaces and classes in /api/target

Specification

The PDF and HTML will be generated in spec/target/generated-docs/

TCK

The TCK that can be used to test your implementation

Use this in your project

<dependency>
  <groupId>org.eclipse.microprofile.graphql</groupId>
  <artifactId>microprofile-graphql-api</artifactId>
  <version>1.0.1</version>
</dependency>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化