Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
120 views

I'm currently writing tests using RestAssuredMockMvc together with Spring REST Docs. Setup In my global spec setup, I configure the headers like this: package com.animore.config import com.fasterxml....
0 votes
0 answers
77 views

Spring Rest Docs 3.x removed the preprocessor to modify request parameters. In the release notes, it is unclear how to do it now. I would love to see an example of how it can be done now. Anybody has ...
1 vote
1 answer
100 views

Is there a way to produce RestDocs with the new (since Boot 3.4) MockMvcTester API? (Not using plain MockMvc?) I did not find any API on the new fluent style MockMvcTester. assertThat( ...
Eiswind's user avatar
  • 151
0 votes
1 answer
179 views

I'm trying to document the API using Spring RESTDocs on Spring 3.3.2. However, the following error appears. Query parameters with the following names were not found in the request: [password, driverId,...
1 vote
0 answers
139 views

I’m currently working on a Spring Boot project and I’m using the com.epages.restdocs-api-spec library version "0.18.2" to generate API documentation. However, I am having trouble documenting endpoints ...
1 vote
1 answer
36 views

test { useJUnitPlatform() outputs.dir snippetsDir } asciidoctor { configurations "asciidoctorExtensions" inputs.dir snippetsDir dependsOn test doLast { copy{ from ("${asciidoctor....
1 vote
1 answer
73 views

I am using spring docs 2.0.5 release version I am using gradle 8.6, and i refer to this example to configure asciidoctor -i refered below link https://github.com/spring-projects/spring-...
0 votes
1 answer
42 views

spring boot 2.7.6 having issue while creating war using asciidoctor.jvm.convert 2.4.0 and spring docs 2.0.5 test { useJUnitPlatform() outputs.dir snippetsDir } asciidoctor { configurations "...
0 votes
1 answer
249 views

I'm trying to write Spock test cases for my Spring Boot application (version: 2.7.5), and I want to generate AsciiDoc documentation using Spring REST Docs. Can someone provide a sample working code ...
0 votes
0 answers
521 views

import static org.springframework.restdocs.request.RequestDocumentation.requestParameters; User java: cannot find symbol symbol: static requestParameters location: class org.springframework....
0 votes
0 answers
120 views

I'm currently working with Spring Boot and JPA, and I'm using the @Builder pattern for my entity classes. For my primary key field id, I'm using @Id and @GeneratedValue(strategy = GenerationType....
0 votes
1 answer
69 views

I am using Spring RestDocs to validate my REST APIs. One API is returning an array of generated values based on some input. I want to verify that the generated values in the response are correct. A ...
1 vote
1 answer
144 views

Would you believe googling this returned a whopping two results! I'm trying to use Spring REST Docs (spring-restdocs-mockmvc) to generate API documentation for my service. Running on a macbook pro ...
0 votes
0 answers
33 views

I want to run this project locally: https://github.com/spring-projects/spring-restdocs I cloned the project locally and I run ./gradlew asciidoctor successfully. But now how I can run the project ...
0 votes
0 answers
557 views

I tried to write a test code using 'rest docs' in Spring Boot with kotlin. I am having an issue with injecting MockMvc to my test class. No qualifying bean of type Shouldn't @AutoConfigureMockMvc, @...

15 30 50 per page
1
2 3 4 5
...
19

AltStyle によって変換されたページ (->オリジナル) /