@RequestMapping("/1/boards/all")
 @ResponseBody
 public Object getBoard() {
   return boardService.getBoards();
 }