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

Error, 'entityManagerFactory'

Estou com seguinte erro:

java.lang.Object.wait(Native Method)
 java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
 com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
2018-06-23 00:19:45.926  INFO 29704 --- [           main] utoConfigurationReportLoggingInitializer : 

Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2018-06-23 00:19:45.972 ERROR 29704 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

Field repository in br.com.alura.listavip.controller.ConvidadoController required a bean named 'entityManagerFactory' that could not be found.


Action:

Consider defining a bean named 'entityManagerFactory' in your configuration.

Alguma alguma caridosa pode me ajudar?

1 resposta
solução!

Conseguir resolver baixando o pom.xml no repositório do GitHub do projeto.