示例#1
0
 @RequestMapping(method = RequestMethod.GET)
 public List<Tag> findTag() {
   return tagDao.findAll();
 }