I am new Java and spring
(1) I learnt that any abstract method in the interface should provide an implementation in it is implemented, class
(2) has CrudRepository is Interface why we don't provide the implementation for its method like find, save, count, delete