https://elfinlas.github.io/2019/06/22/spring-boot-use-h2/
Spring boot에서 H2 데이터베이스 사용하기
Spring boot에서 H2 데이터베이스 사용하기정말 오랜만에 포스팅을 남긴다.이직 후 블로그를 정리할 시간도 없이 다양한 프로젝트를 진행하였다.하면서 쌓은 경험들이나 작성할 것들이 Notion에 산더미처럼 쌓여있다.이제부터 하나씩 정리를 하면서 포스팅을 다시 열심히 해볼 예정이다.각설하고…첫 포스팅은 H2 데이터베이스를 붙여보는 부분이다. H2?H2는
elfinlas.github.io
https://augustines.tistory.com/177
https://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 Support S
www.h2database.com
'open API' 카테고리의 다른 글
jackson (0) | 2021.05.17 |
---|---|
jackson same name but different types (0) | 2021.05.14 |
Map <=> Object & JSON String <=> Object(or List) (0) | 2021.04.15 |
[netty] 대용량 파일전송 (0) | 2020.09.14 |
Map to Object 와 Object to Map (0) | 2015.03.05 |