[DB] H2 DB 설치와 초기세팅
·
DB
H2 설치 https://h2database.com/html/main.html H2 Database Engine H2 Database Engine Welcome to H2, the Java SQL database. The main features of H2 are: Very fast, open source, JDBC API Embedded and server modes; in-memory databases Browser based Console application Small footprint: around 2.5 MB jar file size Supp h2database.com 초기 세팅 다운받은 폴더의 압축을 풀어준다. 이후 cmd 창으로 h2가 존재하는 폴더에 접근한 뒤 명령어를 통해 h2를 실행한..