Skip to content

Instantly share code, notes, and snippets.

@spati-java
Last active September 16, 2018 13:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spati-java/2da3310f7dc0f1cd37eeca7e8c484ef3 to your computer and use it in GitHub Desktop.
Save spati-java/2da3310f7dc0f1cd37eeca7e8c484ef3 to your computer and use it in GitHub Desktop.
@GetMapping("/{id}")
public ProfileDocument findById(@PathVariable String id) throws Exception {
return service.findById(id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment