![](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FBAWW9%2FbtsjG0fDAtz%2FgfM6uTZuCB3Gqa3KLuOu20%2Fimg.png)
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..