Eu estou com o mesmo erro de outro colega, no topico dele ainda sem solução. Ao executar: docker compose up --build
app-1 | Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.
app-1 | 2024-10-23T00:16:07.595Z ERROR 1 --- [codechella-api] [ main] o.s.b.d.LoggingFailureAnalysisReporter :
app-1 |
app-1 | ***************************
app-1 | APPLICATION FAILED TO START
app-1 | ***************************
app-1 |
app-1 | Description:
app-1 |
app-1 | Parameter 0 of constructor in br.com.alura.codechella.infra.email.EnviadorDeEmailReal required a bean of type 'org.springframework.mail.javamail.JavaMailSender' that could not be found.
app-1 |
app-1 |
app-1 | Action:
app-1 |
app-1 | Consider defining a bean of type 'org.springframework.mail.javamail.JavaMailSender' in your configuration.