Lab 4
This commit is contained in:
parent
2105cff6f9
commit
f024215f82
@ -108,9 +108,4 @@ public class StudentService {
|
||||
return students;
|
||||
}
|
||||
|
||||
@Transactional
|
||||
public Student saveStudent(Student s) {
|
||||
studentRepository.save(s);
|
||||
return s;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user