I am trying to create REST service using Spring.When I try to access that service it returns proper data but shows -
Exception handling request to /RESTServ
If your are using maven, add JSON Databinding dependencies specified below in your pom.xml and annotate the User class with @JsonRootName(value = "user"),
maven
JSON Databinding
pom.xml
User
@JsonRootName(value = "user")
org.codehaus.jackson jackson-jaxrs 1.9.13 org.codehaus.jackson jackson-xc 1.9.13