I'm getting this annoying message :
Error:(8, 8) java: name clash: save(java.lang.Iterable) in org.springframework.data.repository.CrudRepository and save(java.lang.Iterable) in org.springframework.data.jpa.repository.JpaRepository have the same erasure, yet neither overrides the other
I'm not using CrudRepository
in my code, so how come im getting this weird message? How can I fix it?