Spring/Rest Docs
Spring Rest Docs: pathParameters 사용법 urlTemplate not found. If you are using MockMvc did you use RestDocumentationRequestBuilders to build the request?
https://docs.spring.io/spring-restdocs/docs/3.0.0-SNAPSHOT/reference/htmlsingle/#documenting-your-api-query-parameters Spring REST Docs Document RESTful services by combining hand-written documentation with auto-generated snippets produced with Spring MVC Test or WebTestClient. docs.spring.io 이 글을 읽으면 더 자세하게 알 수 있다. 발생한 에러 해결방법 이유 Spring REST Docs는 MockMvc를 사용하여 API 요청을 모방하고 테스트하는데, MockMvc는 Spr..