Tengo una duda ya que al correr el programa me sale el siguiente error
APPLICATION FAILED TO START
Description:
Field repository in com.aluracursos.screenmatch.principal.ScreenmatchApplication required a bean of type 'com.aluracursos.screenmatch.repository.SerieRepository' that could not be found.
The injection point has the following annotations: - @org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a bean of type 'com.aluracursos.screenmatch.repository.SerieRepository' in your configuration.
Segui todos los pasos del video inclusive tuve que descargar un proyecto adelantado del aula siguiente para comparar codigo y en los dos me genera este error
Saben por que se genera este error?