예제 #1
0
 public String addCategory() {
   categoryService.save(category);
   return "administerMenuCategories";
 }