본문 바로가기

서버

mac h2 database 설치

728x90

1) 다운로드 하기

https://www.h2database.com/html/main.html

 

 

 

2) h2/bin 디렉토리에서 h2 실행하기

 

sh h2.sh

 

3) 이후 설정은 아래 포스팅에서 확인 가능

https://tomhoon.tistory.com/674

 

Spring boot - h2 설치 및 파일생성 (윈도우, j2 exception 오류 해결)

1) h2 설치https://www.h2database.com/html/main.html H2 Database EngineH2 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 Con

tomhoon.tistory.com