에러코드 : org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "ORDER_ITEM" not found; SQL statement:
에러 원인 : H2 Memory database 사용하기 위하여 application.yml 설정 하였는데, database-platform 값을 아래처럼 MySQL으로 설정하여서 에러가 발생하였음. (개삽질 ㅁㅊ;;)
database-platform: org.hibernate.dialect.MySQL8Dialect
에러 해결 : H2 Database이니 database-platform 값을 H2 DB에 맞게 변경
database-platform: org.hibernate.dialect.H2Dialect
'마주쳤던 에러 해결 모음' 카테고리의 다른 글
docker jenkins 설치 후 초기 비밀번호 찾는 방법 (0) | 2022.09.24 |
---|---|
Access denied for user 'root'@'localhost' (using password: YES) (0) | 2022.09.13 |
springboot @TestPropertySource 설정하는 방법 (0) | 2022.06.20 |
window mysql/maria db 데이터 저장 default directory 위치 (0) | 2022.06.18 |
윈도우에서 test 없이 스프링부트 gradle 빌드 하는 명령어 (0) | 2022.06.18 |
댓글