Spring REST Docs 2.0.4

Spring REST Docs helps you to document RESTful services.

It combines hand-written documentation written with Asciidoctor and auto-generated snippets produced with Spring MVC Test. This approach frees you from the limitations of the documentation produced by tools like Swagger.

It helps you to produce documentation that is accurate, concise, and well-structured. This documentation then allows your users to get the information they need with a minimum of fuss.
Spring Boot Config

Spring Boot provides an @AutoConfigureRestDocs annotation to leverage Spring REST Docs in your tests.
Quick start
Bootstrap your application with Spring Initializr.

发布了0 篇原创文章 · 获赞 0 · 访问量 46

猜你喜欢

转载自blog.csdn.net/csdn_18617158573/article/details/104333012