Initial README and supporting files

This commit is contained in:
Andy Wilkinson
2022-07-25 12:27:38 +01:00
commit 836d980fcb
3 changed files with 267 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# Spring REST Docs Samples
## Overview
This repository contains a number of samples for [Spring REST Docs][1].
Each sample is a standalone project in a subdirectory of this repository.
They are built using Spring Boot.
## Contributing
Contributors to this repository agree to uphold its [code of conduct][2].
## Licence
The Spring REST Docs Samples are open source software released under the [Apache 2.0 license][3].
[1]: https://github.com/spring-projects/spring-restdocs
[2]: CODE_OF_CONDUCT.md
[3]: https://www.apache.org/licenses/LICENSE-2.0.html