When i change from crudrepository to pagingandsortingrepository there is no save method and the application begins to fail
error: cannot find symbol
courses.save(course);
^
symbol: method save(Course)
location: variable courses of type CourseRepository
I have tried extending both