Language/Java

[error] no suitable HttpMessageConverter found

아르비스 2016. 12. 1. 09:07

Could not extract response: no suitable HttpMessageConverter found for response type [interface java.util.Map] and content type [text/html;charset=iso-8859-1]  



이런 오류가 발생하는 경우,.....


response Type을 json 포맷으로 넘기고, context Type을 text/html 으로 넘기기 때문에 발생한 에러 입니다.

 추가로 defaut charset은 utf-8 입니다.


[ 참조 ] 

http://stackoverflow.com/questions/21854369/no-suitable-httpmessageconverter-found-for-response-type