Beispiel #1
0
 @Test
 public void testFindById() {
   Student student = studentService.findById(9);
   System.out.println(student);
 }