공부이야기/[Spring.210428~]
[스프링 입문] h2 설치
Nameless
2021. 5. 6. 16:09
▶설치 링크
www.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 MB jar file size Suppor
www.h2database.com
1. Windows Installer로 다운
2. 설치 후 실행
JDBC URL을 다음과 같이 변경한다.
-> 파일을 직접 접근하는 것이 아니라 톰캣 통해서 접근
-> 여러 곳에서 접근 가능
3. 접속
코드 치고 ctrl+enter 누르면 생성된다.
generated by default as idenfity
: 값을 세팅하지 않고 insert하면
db가 들어왔을때 자동으로 id 값
채워준다.
4. insert & select