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.