Skip to content

alex859/spring-auto-restdocs

 
 

Repository files navigation

Spring Auto REST Docs

Apache License 2 Build Status Maven Central

The aim of this Spring REST Docs extension is to help you write even less - both code and documentation. You still get the same nice documentation as with Spring REST Docs itself. The main benefit is that writing less and moving the documentation closer to the code increases the maintainability of the documentation.

In Spring REST Docs you have to add the documentation for your JSON with a DSL in your test. We moved this documentation to the POJO that represents your JSON object. You just add Javadoc to the fields and it will end up in the documentation.

Learn more in the Introducing Spring Auto REST Docs article. The slides and the video recording from the Introducing Spring Auto REST Docs talk at Spring IO 2017 are also available.

Documentation

Current 1.0.10 release reference guide.

Latest master 1.0.11-SNAPSHOT reference guide.

Older releases: 1.0.9, 1.0.8, 1.0.7, 1.0.6, 1.0.5, 1.0.4.

Main features

Usage

See the Getting started section in the documentation.

Building from source

See the Building from source section in the documentation.

License

Spring Auto REST Docs is Open Source software released under the Apache 2.0 license.

About

Spring Auto REST Docs is an extension to Spring REST Docs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 75.1%
  • HTML 24.8%
  • Shell 0.1%