Add README files to samples

This commit is contained in:
Rossen Stoyanchev
2021-07-06 15:35:23 +01:00
parent 08d49a848e
commit aea229778c
5 changed files with 43 additions and 0 deletions

11
samples/README.md Normal file
View File

@@ -0,0 +1,11 @@
This directory contains samples that we run to test different scenarios and features.
All samples use the Boot starter and expose a GraphiQL page where you can run queries. Simply start the `main` application class and go to http://localhost:8080/graphiql.
To run from the command line, use:
```shell script
$ ./gradlew :samples:{sample-directory-name}:bootRun
```
Samples have integration tests you can run with a debugger.