kucharzyk / spring-angular2-starter

PROJECT DISCONTINUED
MIT License
210 stars 65 forks source link

Add support for automated API documentation using TDD and Spring REST Docs #38

Closed tsukhu closed 8 years ago

tsukhu commented 8 years ago

All microservices exposing REST APIS need to be documented . Spring REST Docs provides a TDD based API documentation framework based on AsciiDoc and ensures that the API documentation are always updated along with the tests. Another important feature being the ability to handle hypermedia and HATEOAS APIs. Since the starter project has one API service (shardis-api) , this will be implemented for this microservice as a sample.

kucharzyk commented 8 years ago

It's working. Thanks