1
resposta

Erro ao subir api instalura (java -jar instalura.jar)

Eu baixei o jar instalura.jar de https://github.com/alberto-alura/instalura-api. Quando executo o comando "java -jar instalura.jar" eu recebo o erro abaixo. Meu java é o 8 (oracle). Existe a API online para que eu possa usar? Estou travado no curso. Ajudem por favor.

ERRO RECEBIDO:

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: Invocation of init method failed; nested exception is org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]

Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]

Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set

1 resposta

Oi Igor, me parece que por algum motivo o jar não conseguiu se comunicar com o banco de dados. Você está com o MySQL instalado corretamente? Seu usuário root tá sem senha?