SPRING 4에서 @ResponseBody 사용 오류 발생 해결 방법
SPRING 4에서 @ResponseBody 사용시 아래 오류가 발생할 경우 해결 : The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers. pom.xml 에서 아래 내용 삭제 org.codehaus.jackson jackson-core-asl 1.9.13 org.codehaus.jackson jackson-mapper-asl 1.9.13 아래 내용 추가 com.fasterxml.jackson.jaxrs jackson-jaxrs-base 2.4.4 dispatcher-servle..
2015.04.15