Skip to content

Instantly share code, notes, and snippets.

@dubeboy
Last active September 13, 2019 00:21
Show Gist options
  • Save dubeboy/1e5cba194aaf2b24a7919ebc038d8bec to your computer and use it in GitHub Desktop.
Save dubeboy/1e5cba194aaf2b24a7919ebc038d8bec to your computer and use it in GitHub Desktop.
package za.co.dubedivine.groceryapp.controller
import org.springframework.web.bind.annotation.*
@RestController
@RequestMapping("groceries")
class GroceriesController(private val groceryRepository: GroceryItemRepository) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment