• GraphQL 暂停



    别人的文章
    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





  • 相关阅读:
    报错:java.lang.IllegalStateException
    Eclipse中修改SVN用户名和密码方法
    部署服务器项目报错
    mybatis的双数据源创建
    SVN改地址eclipse怎么同步
    java中文乱码问题解决
    python3 内置函数
    python 生成器generator
    python 理解高阶函数
    python3 装饰器
  • 原文地址:https://www.cnblogs.com/xiaoCong2016/p/6623229.html
Copyright © 2020-2023  润新知