Registry / testing / spring-restdocs-mockmvc

spring-restdocs-mockmvc

JSON →
library4.0.0javamavenunverified

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>
INSTALL
IMPORT
SIG · SPRING-RESTDOCS-MO
S
spring-restdocs-mockmvc
testingjavav4.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MockMvcRestDocumentation
org.springframework.restdocs.mockmvc.MockMvcRestDocumentation

Minimal usage showing how to use MockMvcRestDocumentation to document a REST endpoint.

import org.springframework.restdocs.mockmvc.MockMvcRestDocumentation; public class Example { public void document() { MockMvcRestDocumentation.document("example"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
6
Amazon
1
Resources
spring-restdocs-mockmvc — mvn dependency:get spring-restdocs-mockmvc · libregistry