kenzi

http.converter.HttpMessageNotWritableException 본문

Spring

http.converter.HttpMessageNotWritableException

kenzi 2022. 4. 19. 11:50

org.springframework.http.converter.HttpMessageNotWritableException: No converter found for return value of type: class java.util.ArrayList]
--------------------->

타입변환해주는 컨버터를 찾을 수 없음 

 

Json방식으로 타입변환해주는 라이브러리가 필요

mvn레포지터리 가서 Jackson databind를 pom.xml에 넣기 

 

 

 

 

 

'Spring' 카테고리의 다른 글

pom.xml에서 dependency 안 붙을 때  (0) 2022.04.21
HandlerInterceptor(preHandle, postHandle등)  (0) 2022.04.18
스프링 인코딩 필터  (0) 2022.04.14
java.lang.classnotfoundexception  (0) 2022.04.14
@Component? @Controller?  (0) 2022.04.13
Comments