Ao tentar buildar o código com as ultimas alterações para incluir o repository, o build passou a falhar. Segue a mensagem de erro:
APPLICATION FAILED TO START
Description:
Field repository in med.voll.api.controller.MedicoController required a bean of type 'med.voll.medico.MedicoRepository' 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 'med.voll.medico.MedicoRepository' in your configuration.
Verifiquei no forum que é a mesma mensagem de erro relatada no tópico https://cursos.alura.com.br/forum/topico-o-medicocontroller-nao-reconhece-o-repositorio-de-medicos-290900
No entanto, já fiz todas as mudanças sugeridas nele, mas o problema persiste. Estou utilizando a IDE Eclipse 2022-09 ( atualizada em 23/07/2023).
Mais alguma sugestão?