Spring boot로 h2를 실행하려는데 오류가 발생했다. 문제는 h2.Driver를 설치하지 않았다. runtimeOnly 'com.h2database:h2' 추가해서 해결했다.