Пример #1
0
 @RequestMapping(method = RequestMethod.GET)
 public @ResponseBody Collection<Video> getVideoList() {
   return Lists.newArrayList(videos.findAll());
 }