From c9f22df3e9292fe9848e9ad50b9f97efc6031771 Mon Sep 17 00:00:00 2001 From: Jeetah Date: Wed, 14 Oct 2015 16:37:21 +0200 Subject: [PATCH] added Spring REST Docs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 56e56d3..293746c 100644 --- a/README.md +++ b/README.md @@ -341,6 +341,7 @@ of the testing and deployment process. - [Apidoc](https://github.com/mbryzek/apidoc) - Beautiful documentation for REST services. - [RAML](http://raml.org/) - RESTful API Modeling Language, a simple and succinct way of describing practically-RESTful APIs. - [Swagger](http://swagger.io/) - A simple yet powerful representation of your RESTful API. +- [Spring REST Docs](http://projects.spring.io/spring-restdocs/) - Document RESTful services by combining hand-written documentation with auto-generated snippets produced with Spring MVC Test. ## Testing