Ao inicar o projeto da o seguinte erro
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. 2024-12-01T12:48:25.916-03:00 ERROR 6966 --- [ restartedMain] o.s.b.d.LoggingFailureAnalysisReporter :
APPLICATION FAILED TO START
Description:
Field emailService in br.com.alura.adopet.api.service.AdocaoService required a bean of type 'br.com.alura.adopet.api.service.EmailService' 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.adopet.api.service.EmailService' in your configuration.
Process finished with exit code 0