コード例 #1
0
ファイル: UserService.java プロジェクト: imorti/spring-blog
 public List<User> findAll() {
   return userRepo.findAll();
 }