목록2024/03/11 (2)
sugenius
김영한 스프링 입문/섹션6.스프링 DB 접근 기술
H2 데이터베이스 설치 https://www.h2database.com/ H2 Database Engine (redirect) H2 Database Engine Welcome to H2, the free SQL database. The main feature of H2 are: It is free to use for everybody, source code is included Written in Java, but also available as native executable JDBC and (partial) ODBC API Embedded and client/server mo www.h2database.com 실행 : h2.bat JDBC URL : 파일 경로 jdbc:h2:~/test 으로 경로 변..
김영한 스프링
2024. 3. 11. 17:05