Registry / testing / spring-restdocs-core

spring-restdocs-core

JSON →
library4.0.0javamavenunverified

Core library for Spring REST Docs, enabling documentation of RESTful services.

<dependency> <groupId>org.springframework.restdocs</groupId> <artifactId>spring-restdocs-core</artifactId> <version>4.0.0</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-RESTDOCS-CO
S
spring-restdocs-core
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.

RestDocumentation
org.springframework.restdocs.RestDocumentation

Configure Spring REST Docs for documentation generation.

import org.springframework.restdocs.RestDocumentation; import org.springframework.restdocs.mockmvc.MockMvcRestDocumentation; public class Quickstart { public static void main(String[] args) { RestDocumentation restDocumentation = new RestDocumentation("target"); System.out.println("REST Docs configured"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
4.0.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
spring-restdocs-core — mvn dependency:get spring-restdocs-core · libregistry