Add spring-auto-restdocs to third-party extensions

Closes gh-343
This commit is contained in:
Florian Benz
2017-01-30 12:34:25 +01:00
committed by Andy Wilkinson
parent 677a23647f
commit 7e4a865d1b

View File

@@ -39,6 +39,7 @@ There are several that you can contribute to Spring REST Docs:
| ---- | ----------- |
| [restdocs-wiremock][17] | Auto-generate [WireMock][18] stubs as part of documenting your RESTful API |
| [restdocsext-jersey][19] | Enables Spring REST Docs to be used with [Jersey's test framework][20] |
| [spring-auto-restdocs][21] | Uses introspection and Javadoc to automatically document request and response parameters |
## Licence
@@ -63,4 +64,5 @@ Spring REST Docs is open source software released under the [Apache 2.0 license]
[17]: https://github.com/ePages-de/restdocs-wiremock
[18]: http://wiremock.org/
[19]: https://github.com/RESTDocsEXT/restdocsext-jersey
[20]: https://jersey.java.net/documentation/latest/test-framework.html
[20]: https://jersey.java.net/documentation/latest/test-framework.html
[21]: https://github.com/ScaCap/spring-auto-restdocs