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
This directory contains samples to test scenarios and features with.
All samples have integration tests you can run or debug, and expose a GraphiQL page at "/graphiql".
To run a sample from the command line:
$ ./gradlew :samples:{sample-directory-name}:bootRun