1
resposta

erro ao filtrar

tive esse erro no Console

APPLICATION FAILED TO START


Description:

Field topicoRepository in br.com.alura.forum20.controller.TopicosController required a bean of type 'br.com.alura.repository.TopicoRepository' 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 'br.com.alura.repository.TopicoRepository' in your configuration.

1 resposta

Oi Wander,

Pelo log o Spring não encontrou sua interface TopicoRepository. Verifica se ela foi criada corretamente no projeto.

Quer mergulhar em tecnologia e aprendizagem?

Receba a newsletter que o nosso CEO escreve pessoalmente, com insights do mercado de trabalho, ciência e desenvolvimento de software