コード例 #1
0
 @RequestMapping(method = RequestMethod.GET)
 public List<Category> getAll() {
   return categoryService.findAll();
 }