Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

Error starting ApplicationContext

Erro ao tentar executar a aplicação, mesmo tendo configurado o BD no PgAdmin e setado as config no application.properties:


Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled. 2024-06-02T15:49:58.548-03:00 ERROR 30388 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :


APPLICATION FAILED TO START


Description:

Web application could not be started as there was no org.springframework.boot.web.reactive.server.ReactiveWebServerFactory bean defined in the context.

Action:

Check your application's dependencies for a supported reactive web server. Check the configured web application type.


Alguém poderia me ajudar com este erro?

1 resposta
solução!

Oi Jhow! Tudo certo?

Confere se em algum arquivo não tem nenhum import org.springframework.boot.web.reactive.server.ReactiveWebServerFactory. Pode ser que você tenha selecionado sem querer ao importar no Intellij, e aí ele está reclamando por isso.

Caso encontre o import, apague-o e utilize o que está sendo usado em aula. Se precisar de ajuda, sinalize por aqui!

Abraços e bons estudos!