Versão do java:
$ java -version java version "1.8.0_161" Java(TM) SE Runtime Environment (build 1.8.0_161-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.161-b12, mixed mode)
Serviço do mysql rodando ok: Welcome to the MySQL monitor. Commands end with ; or \g. Your MySQL connection id is 9 Server version: 8.0.11 MySQL Community Server - GPL
Renomei o jar para o nome do exemplo do comando e executei:
java -Dspring.datasource.password=minhaSenha -jar jar-cdc-react.jar e o mesmo está dando problema de dialeto.
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati ng bean with name 'entityManagerFactory' defined in class path resource [org/spr ingframework/boot/autoconfigure/orm/jpa/HibernateJpaAutoConfiguration.class]: In vocation of init method failed; nested exception is org.hibernate.HibernateExcep tion: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' no t set
Alguém com o mesmo problema?