본문 바로가기

개발/에러로그

[Spring] The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers. -에러로그

이거는 json simple 과 jackson-core를 한 컨트롤러에서 사용헀더니 난 에러이다

솔직히 왜 그러는지는 모르겠고, ㅎㅏ나하나 따로할 때는 제대로 동작하길래


결국 둘 중 하나 삭제하고 통일시켜주었더니 괜찮아졌다 ㅠ


이거 아니면 jackson-core버전 오류일 것 같은데 


다른 프로젝트에서 또 같이 썼더니,

The target resource does not have a current representation that would be acceptable to the user agent, according to the proactive negotiation header fields received in the request, and the server is unwilling to supply a default representation.


이런 에러가 났다.

Map을 ResponseBody 해주려고 했던거고, jackson core, json simple을 쓰고 둘중 하나 지우고 쑈를 했는데,


jackson-core를 최신 버전으로 올려주니까 잘 되었고, java도 버전 7로 낮추어줘야했다!


두개 한번에 못쓰는건 아닌거같고 아마 아래이유이지 않을까?