Development/JAVA
Spring Boot JPA - Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set 오류발생시
하 선생
2022. 10. 28. 11:52
1) hibernate.dialect 설정
application.properties 파일내에 아래 추가
~
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MySQL8Dialect
~
2) serverTimezone 설정
# mysql 연결시 타임존 설정 추가
&serverTimezone=Asia/Seoul
dataSource.url=jdbc:mysql://127.0.0.1:3306/sbrtls?characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Seoul
3) JAVA_HOME, CLASSPATH 환경변수 설정