Skip to content

Instantly share code, notes, and snippets.

@recursivecodes
Created April 18, 2019 16:14
Show Gist options
  • Save recursivecodes/ed436b019bc8cf1000b625624ba3927f to your computer and use it in GitHub Desktop.
Save recursivecodes/ed436b019bc8cf1000b625624ba3927f to your computer and use it in GitHub Desktop.
@Get("/get/{id}")
Person getPerson(int id) {
return personService.find(id)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment