인프런 커뮤니티 질문&답변
EventConverter
작성
·
297
답변 1
1
백기선
지식공유자
좋은 질문 감사합니다. 저도 질문 받기 전까지는 몰랐는데 Formatter를 기본으로 등록해주지 않는건 조금 의아하네요.
@WebMvcTest 자바Doc에 보면 Converter는 기본으로 찾아서 등록해주는 걸로 나오기 때문에 그런거 같은데 왜 Formatter는 안해줄지 조금 생각해 봐야겠네요.
Using this annotation will disable full auto-configuration and instead apply only configuration relevant to MVC tests (i.e. @Controller, @ControllerAdvice, @JsonComponent, Converter/GenericConverter, Filter, WebMvcConfigurer and HandlerMethodArgumentResolver beans but not @Component, @Service or @Repository beans).
감사합니다.





