From 7e4a865d1bccb38286ee053b7e914609deda6df2 Mon Sep 17 00:00:00 2001 From: Florian Benz Date: Mon, 30 Jan 2017 12:34:25 +0100 Subject: [PATCH] Add spring-auto-restdocs to third-party extensions Closes gh-343 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c9b178fe..349347f8 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +[20]: https://jersey.java.net/documentation/latest/test-framework.html +[21]: https://github.com/ScaCap/spring-auto-restdocs \ No newline at end of file