Hi I have The following service
@RequestMapping("/users/{userid}", method=RequestMethod.GET) public String getUser(@PathVariable String userId) {