🟦 기본 환경: 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 띄어쓰기 추가
'Java > Spring with Error' 카테고리의 다른 글
[해결 방법] Request method 'POST' not supported (0) | 2023.05.28 |
---|---|
[해결 방법] org.springframework.validation.BindException: (0) | 2023.05.27 |
[해결 방법] Unable to create requested service (0) | 2023.05.25 |
[해결 방법] nested exception is java.lang.NullPointerException (0) | 2023.04.09 |
[해결 방법] No default constructor found (0) | 2023.04.08 |