kschulst / spring-auto-restdocs

Spring Auto REST Docs is an extension to Spring REST Docs

Home Page:https://scacap.github.io/spring-auto-restdocs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Auto REST Docs

Apache License 2 Build Status Maven Central status

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 2.0.1 release reference guide (based on Spring REST Docs 2.x).

Current 1.0.13 release reference guide (based on Spring REST Docs 1.x).

Latest master 2.0.2-SNAPSHOT reference guide.

Older releases: 2.0.0, 1.0.12, 1.0.11, 1.0.10, 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.

Contributing

  • Submit a Pull Request for any enhancement you made.
  • Create an issue describing your particular problem.
  • Ask and answer questions on Stack Overflow using the spring-auto-restdocs tag.

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

https://scacap.github.io/spring-auto-restdocs/

License:Apache License 2.0


Languages

Language:Java 92.5%Language:Kotlin 7.5%Language:Shell 0.1%