No candidates found for method call

daon·2023년 1월 22일
0

메서드 호출 후보를 찾을 수 없습니다


import staic method


identifier로 import 했지만 다른 오류 발생

그래서 이전으로 되돌려서 기존 import에 .*로 하여 해결했다.

* 해결

import에

import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.post;

이곳을

import static org.springframework.test.web.servlet.request.MockMvcRequestBuilders.*;

로 변경해주었다.

profile
중요한 건 꺾이지 않는 마음 :)

0개의 댓글

관련 채용 정보