작성
·
641
0
test 중에 계속
1. HikariPool-1 - Exception during pool initialization.
2.2022-04-10 22:13:08.388 ERROR 10156 --- [ main] j.LocalContainerEntityManagerFactoryBean : Failed to initialize JPA EntityManagerFactory: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
3.2022-04-10 22:13:08.382 WARN 10156 --- [ main] o.h.e.j.e.i.JdbcEnvironmentInitiator : HHH000342: Could not obtain connection to query metadata
4.022-04-10 22:13:08.388 WARN 10156 --- [ main] o.s.w.c.s.GenericWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: 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 org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
이러한 에러가 뜹니다... 구글링을 해봐도 yml 문제도 아닌거같고
알려주시면 감사하겠습니다..