i configure my messageconverter as Jackson\'s then
class Foo{int x; int y}
and in controller
@ResponseBody
public Foo metho
A HTTP 404 error just means that the resource cannot be found. That can have 2 causes:
To fix 1, ensure you're using or providing the correct request URL (casesensitive!). To fix 2, check the server startup logs for any startup errors and fix them accordingly.
This all goes beyond the as far posted code and information.