Spring version 4.2.0, Hibernate 4.1.4
Here is my Controller function:
@RequestMapping(value = \"/mobile/getcomp\", method = Req
Considering @Arpit answer, for me it worked only when I add two jackson dependencies:
com.fasterxml.jackson.core
jackson-core
2.4.3
com.fasterxml.jackson.core
jackson-databind
2.4.3
and configured, of cause, web.xml .
Original answer that helped me is here: https://stackoverflow.com/a/33896080/3014866