I have a spring webservice that returns a json response. I\'m using the example given here to create the service:
http://www.mkyong.com/spring-mvc/spring-3-mvc-and-json-exam
Since Jackson is being used, you have to configure that as a Jackson property. In the case of Spring Boot REST services, you have to configure it in application.properties or application.yml: