Skip to content

Instantly share code, notes, and snippets.

@atishn
Created July 22, 2015 02: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 atishn/2809be5324d557405d7c to your computer and use it in GitHub Desktop.
Save atishn/2809be5324d557405d7c to your computer and use it in GitHub Desktop.
Sample Controller
@RequestMapping(value = “/product”, produces = “application/json”)
@ResponseBody
@ApiOperation(value = "Product List", notes = "List by Category")
final ProductList getProducts()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment