Spring - "urlTemplate not found. If you are using MockMvc did you use RestDocumentationRequestBuilders to build the request?" 원인과 해결 방법
·
나의 에러 일지
배경 이번 에러는 RestDocs를 생성하기 위한 통합 테스트 중 api에 path parameter를 문서화하는 과정에서 발생한 에러다. 아래는 에러가 발생했던 테스트 코드이다. @Slf4j @Disabled @Transactional @SpringBootTest @AutoConfigureMockMvc @AutoConfigureRestDocs @ActiveProfiles("test") public class BaseIntegrationTest { @Autowired protected MockMvc mvc; @Autowired protected Gson gson; } @Slf4j class FeedIntegrationTest extends BaseIntegrationTest { private final..
Cold Bean
'urlTemplate not found. If you are using MockMvc did you use RestDocumentationRequestBuilders to build the request?' 태그의 글 목록