IntelliJ1 스프링부트 @WebMvcTest 중 MockMvc 빈 주입이 안될 때 @WebMvcTest로 컨트롤러 테스트를 짜려고 보니! @WebMvcTest(DiaryController.class) class DiaryControllerTest { @MockBean private DiaryService diaryService; @Autowired private MockMvc mockMvc; @Autowired private ObjectMapper objectMapper; //... could not autowire. no beans of 'mockmvc' type found. 라는 에러가 떴다. MockMvc랑 ObjectMapper 둘 다 빨간줄이 뜨는데 실행은 잘 된다. 여러가지 시도를 해보았지만 해결이 안 되었다.. 뭐가 문제일까? What versions of Spring B.. intellij 2022. 7. 27. 이전 1 다음