[H2] not found, either pre-create it or allow remote database creation
2021-09-19 15:00

[H2] not found, either pre-create it or allow remote database creation

상황
Spring 프로젝트에서 h2를 추가하고 
http://localhost:9090/h2-console/ 에서 접속을 눌렀는데 에러가 발생했습니다.
문제 파악
test.mv.db 파일이 생성되지 않아서 생기는 에러였습니다.
 ...
시나브로(이슈)
H2
test.mv.db
파일생성
002

댓글