コード例 #1
0
 @RequestMapping("/delete_writing")
 public void deleteWriting(String code) {
   articleService.delete(Integer.parseInt(code));
 }