别人的文章
http://blog.csdn.net/imwebteam/article/details/53888708

Java 文档都打不开,已经在GitHub上提了
in README.md file, the Javadoc link--"http://graphql-java.github.io/graphql-java/" cannot be visited .

The result page shows "There isn't a GitHub Pages site here. If you're trying to publish one, read the full documentation to learn how to set up GitHub Pages for your repository, organization, or user account.".
 

 A query language for your API
GraphQL is a query language for APIs and a runtime for fulfilling those queries with your existing data. GraphQL provides a complete and understandable description of the data in your API, gives clients the power to ask for exactly what they need and nothing more, makes it easier to evolve APIs over time, and enables powerful developer tools.

安装

 

使用,用Java

https://www.npmjs.com/package/graphiql
https://github.com/graphql-java/graphql-java

<dependency>
    <groupId>com.graphql-java</groupId>
    <artifactId>graphql-java</artifactId>
    <version>2.3.0</version>
</dependency>

GraphQL
http://graphql.org

最新文章

  1. 压缩javascript文件方法
  2. Ubuntu下Nutch1.2的使用
  3. kernel/module.c
  4. distinct数据去重关键字
  5. html中行内元素与块级元素的区别。
  6. ZSTU OJ 3999 零基础学算法---邻接表
  7. 使用 CodeIgniter 框架快速开发 PHP 应用(一)
  8. 使用curl获取乱码问题
  9. Redis 学习(一) —— 安装、通用key操作命令
  10. Xcode中的变量模板(variable template)的用法
  11. Angular记录(2)
  12. Java的两大数据类型
  13. 12--Python入门--文件读写--TXT文件
  14. 一入爬虫深似海,从此游戏是路人!总结我的python爬虫学习笔记!
  15. jasperReport和Ireport
  16. android -------- java虚拟机和Dalvik虚拟机
  17. 华为机试-iNOC产品部-杨辉三角的变形
  18. SD从零开始59-61,跨公司的库存转移,Interface 修改,可用性检查和需求传递
  19. 关于RAID_1+0和RAID_0+1的比较
  20. javascript的循环使用

热门文章

  1. (函数)实现strstr函数
  2. .NET Framework各版本特性一览
  3. 策略(Strategy)模式
  4. 随便写个bat存档
  5. C#多线程编程实战1.4终止线程
  6. MVC ASP.NET MVC各个版本的区别
  7. Linux Linux下安装wine
  8. C# WPF Webbrowser 强制所有网页链接在同一页面打开
  9. 《C#多线程编程实战》2.3 Mutex
  10. python-判断语句介绍