Spring REST Docs MockMvc provides integration between Spring REST Docs and Spring MVC Test to generate API documentation from RESTful services.
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-mockmvc</artifactId>
<version>4.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal usage showing how to use MockMvcRestDocumentation to document a REST endpoint.
No known issues recorded.
No dependency data recorded yet.