DB/H22 h2를 일반 DB로의 web 클라이언트 용도로만 사용하기 Use H2 Database to connect to any database https://devrealm.org/use-h2-database-to-connect-to-any-database/ Use H2 Database to connect to any database Instructions on how to use H2 Java SQL database to connect to any remote or local DB that supports JDBC devrealm.org JDBC 다운로드 후 export H2DRIVERS="/home/............../postgresql-42.2.23.jar" 실행 nohup java -cp h2-1.4.200.jar org.h2.tools.Server -t.. 2021. 8. 12. H2 임베디드 데이터 베이스 com.h2database h2 의존성 인-메모리 데이터베이스 기본 연결 정보 확인하는 방법 URL: “testdb” username: “sa” password: “” H2 콘솔 사용하는 방법 spring-boot-devtools를 추가하거나... spring.h2.console.enabled=true 만 추가. /h2-console로 접속 (이 path도 바꿀 수 있음) spring.datasource.hikari.driver-class-name=org.h2.Driver spring.datasource.hikari.jdbc-url=jdbc:h2:mem:testdb spring.datasource.hikari.username=sa spring.datasource.hikari.password= pangtr.. 2019. 9. 13. 이전 1 다음