This commit upgrades the experimental starter to Spring Boot 2.6.0-RC1 and aligns all dependency versions to the Spring Boot dependency management in 2.6. This commit also removes temporary workarounds in the testing support or in declared dependencies now that we've moved to 2.6. While we're now using Spring Boot 2.6 as a reference version for this project, the baseline didn't change and this commit documents the requirements for this project; the Spring Data version, for our QueryDSL support, is a specific example of that. Fixes gh-181
GraphQL HTTP Endpoint with Spring MVC
- Data Controller with Spring HATEOAS calls to spring.io.
- Querydsl GraphQlRepository making JPA queries.
- Use of ThreadLocalAccessor to propagate context to data fetchers.
- Schema printing enabled at "/graphql/schema".
- Tests with
GraphQlTesterand MockMvc.