Skip to content

Instantly share code, notes, and snippets.

@spati-java
Last active September 15, 2018 22:11
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/872941a180e942a49c447e503fb6bb41 to your computer and use it in GitHub Desktop.
Save spati-java/872941a180e942a49c447e503fb6bb41 to your computer and use it in GitHub Desktop.
@GetMapping(value = "/search")
public List<ProfileDocument> search(
@RequestParam(value = "technology") String technology)
throws Exception {
return service.searchByTechnology(technology);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment