E ai pessoal tudo certo, estou tendo um problema com a iniciação de um projeto em SpringBoot, quando vou iniciar ele para testar se a comunicação esta correta ele me da esse erro:
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2022-03-17 00:32:14.392 ERROR 18624 --- [ restartedMain] o.s.boot.SpringApplication : Application run failed
Com esses detalhes:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityManagerFactory' defined in class path resource [org/springframework/boot/autoconfigure/orm/jpa/HibernateJpaConfiguration.class]: Invocation of init method failed; nested exception is javax.persistence.PersistenceException: [PersistenceUnit: default] Unable to build Hibernate SessionFactory; nested exception is java.lang.RuntimeException: Driver com.mysql.jdbc.Driver claims to not accept jdbcUrl, jbdc:mysql://localhost:3306/BancoTeste