code snippet:
@RequestMapping(method = RequestMethod.POST)//, headers = \"content-type=application/x-www-form-urlencoded\") public ModelAndView create(@Req
I was having HTTP response code of 415
My problems were resolved when I added Content Type to request header
e.g
"Content-Type: application/json"