첫 줄에 이렇게뜨고요
java.lang.IllegalStateException: Failed to load ApplicationContext
크게
Caused by: 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]
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
이렇게 뜨고 엄청 길게 오류가 떠서 다 적지도못하겠네요..
현재 JPA쪽 강의 듣고있습니다. h2데이터베이스 넘어오면서부터 문제가 있는것 같아요..