Skip to content

Commit b075aba

Browse files
committed
FindAll() removed from JPA
1 parent 8db78af commit b075aba

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bioMedical/src/main/java/com/spring/bioMedical/repository/AppointmentRepository.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,5 @@
1111
@Repository("appointmentRepository")
1212
public interface AppointmentRepository extends JpaRepository<Appointment, Integer> {
1313

14-
15-
List<Appointment> findAll();
14+
1615
}

0 commit comments

Comments
 (0)