본문 바로가기
Java/Spring with Error

[해결 방법] SQLGrammarException: could not prepare statement

by HJ0216 2023. 5. 21.

🟦 기본 환경: IDE: IntelliJ, Language: Java

 

 

발생 Error

SpringBoot에서 다음 Source Code를 실행할 경우,

🚨다음과 같은 Error 발생

could not prepare statement; SQL [call next value for hibernate_sequence];

nested exception is org.hibernate.exception.SQLGrammarException: could not prepare statement

 

 

발생 원인

환경 설정 파일 application.yml에서 띄어쓰기 오류

 

 

해결 방법

계층 구조에서 띄어쓰기 맞추기 및 ddl-auto:create → ddl-auto: create 띄어쓰기 추가