コード例 #1
0
 @Test
 public void testList() {
   List<StudentDTO> students = service.getStudents();
   System.out.println(students);
 }