The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true)
if you have this error using Spring data JPA and spring boot the solution will be :
you have to add the @Service annotation in you service Implement class to tell spring that this class is a bean that will be injected later
we use theses annotation to configure beans in the project