Last active
September 13, 2019 00:21
-
-
Save dubeboy/1e5cba194aaf2b24a7919ebc038d8bec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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