Spring GraphQL 使用在Spring应用程序中支持实验项目。 入门 该项目已针对Spring Boot 2.4+进行了测试,但也应在2.3上运行。 您可以首先在上创建一个项目,然后选择spring-boot-starter-web或spring-boot-starter-webflux启动器,具体取决于您要构建的Web应用程序的类型。 。 生成项目后,您可以手动添加org.springframework.experimental:graphql-spring-boot-starter依赖项。 build.gradle片段: dependencies { implem