Skip to content

Instantly share code, notes, and snippets.

@dubeboy
Created September 15, 2019 02:11
Show Gist options
  • Save dubeboy/f2818c52f3b5d1cf523be4925d7d09e6 to your computer and use it in GitHub Desktop.
Save dubeboy/f2818c52f3b5d1cf523be4925d7d09e6 to your computer and use it in GitHub Desktop.
@GetMapping
fun getGroceriesList(): MutableIterable<GroceryItem> {
return groceryRepository.findAll()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment