Olá, ao inserir a anotação @Autowired no TopicosController está gerando esse erro:
Description:
Field topicoRepository in br.com.alura.forum.controller.TopicosController required a bean of type 'br.com.forum.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.forum.repository.TopicoRepository' in your configuration.
Tentei pesquisar algo na internet como uma possível solução, mas não obtive sucesso.
OBS: Estou utilizando o banco PostgreSQL.
Obrigado !