With this code
@RequestMapping(value = \"/bar/foo\", method = RequestMethod.GET) public ResponseEntity foo() { Foo model; ...
Add the below dependency to your pom.xml:
com.fasterxml.jackson.core jackson-databind 2.10.0.pr3