You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 19, 2023. It is now read-only.
This project is officially end-of-life. Users are welcome to maintain it in a
fork, but there will be no more Scalable-authored changes published. While Spring
Auto REST Docs helped us over the years to maintain our API documentation,
we decided to move to OpenAPI and phased out the usage internally. At Scalable,
springdoc-openapi helps us now to automate the generation of API documentation.
Spring Auto REST Docs
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.