Example #1
0
 public Page<Question> findsByTag(String name, Pageable pageable) {
   return questionRepository.findsByTag(name, pageable);
 }