Boot Starter
Spring Boot 为使用 Spring 构建 GraphQL 应用程序提供了启动器以进行 GraphQL 操作。有关版本信息,请参阅 Spring for GraphQL Versionswiki 页面。
Spring Boot provides a starter for building GraphQL applications with Spring for GraphQL. For version information, see the Spring for GraphQL Versions wiki page.
最简单的入门方法是通过 [role="bare"][role="bare"]https://start.spring.io选择"Spring for GraphQL"以及一个基础传输,例如 WebFlux over HTTP 或 WebSocket 上的 Spring MVC,或者 RSocket。有关支持的传输、自动配置相关特性及更多内容的详细信息,请参阅 Spring Boot 参考中的 Spring for GraphQL Starter部分。有关测试支持,请参阅 Auto-Configured GraphQL Tests。
The easiest way to get started is via [role="bare"]https://start.spring.io by selecting "Spring for GraphQL" along with an underlying transport such as Spring MVC of WebFlux over HTTP or WebSocket, or over RSocket. Refer to the Spring for GraphQL Starter section in the Spring Boot reference for details on supported transports, auto-configuration related features, and more. For testing support, see Auto-Configured GraphQL Tests.
请进一步参考以下 GraphQL 相关内容:
For further reference, check the following GraphQL related: