@@ -11,9 +11,9 @@ Brian Clozel; Andreas Marek; Rossen Stoyanchev
11
11
[[overview]]
12
12
== Overview
13
13
14
- Spring GraphQL provides support for Spring applications built
14
+ Spring GraphQL provides support for Spring applications built on
15
15
https://www.graphql-java.com/[GraphQL Java]. It is a joint collaboration between both
16
- teams, and our shared philosophy is to be less opinionated and more focused on
16
+ teams. Our shared philosophy is to be less opinionated and more focused on
17
17
comprehensive and wide-ranging support.
18
18
19
19
Spring GraphQL is the successor of the
@@ -22,8 +22,8 @@ the GraphQL Java team. It aims to be the foundation for all Spring, GraphQL appl
22
22
23
23
The project is in a milestone phase towards a 1.0 release, currently, and looking for
24
24
feedback. Please, use our
25
- https://github.com/spring-projects/spring-graphql/issues[issue tracker] to report an
26
- issue , discuss a design issue, or request a feature.
25
+ https://github.com/spring-projects/spring-graphql/issues[issue tracker] to report a
26
+ problem , discuss a design issue, or request a feature.
27
27
28
28
To get started, please see the <<boot-graphql>> and the <<samples>> sections.
29
29
@@ -578,7 +578,7 @@ cannot be used for integration test of GraphQL over WebSocket requests.
578
578
[[boot-graphql]]
579
579
== Boot Starter
580
580
581
- This project works on Spring Boot 2.4+ .
581
+ This projects builds on Boot 2.5.x, but it should be compatible with the latest Boot 2.4.x .
582
582
583
583
584
584
0 commit comments