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