コード例 #1
0
 @Override
 public EnterpriseIntro findOneById(Long id) {
   // TODO Auto-generated method stub
   return introRepository.findOne(id);
 }