In Spring, we could get following error message from REST client or other HttpClient modules, when we have not implemented fields getter / setter methods in class that represents JSON response object.
The resource identified by this request is only capable of generating responses with characteristics not acceptable according to the request "accept" headers ().
'Programming > Java' 카테고리의 다른 글
Linux cron vs Spring cron (0) | 2014.03.06 |
---|---|
Setting up logback in Java and Scala project (0) | 2013.11.18 |
IntelliJ GenerateSerialVersionUID (0) | 2013.09.13 |
maven - set properties file content from command line (0) | 2013.08.30 |
ExceptionUtils - java 에서 exception 관련 처리를 쉽게 도와주는 클래스 (0) | 2013.08.30 |