I need to convert entity object to json. I put
@RequestMapping(produces="application/json") is what you need and DO NOT FORGET to make a POST request in your JS code (not GET).
@RequestMapping(produces="application/json")