h2-database 썸네일형 리스트형 h2-console 연동하기 Memory application.properties spring.h2.console.enabled=true spring.datasource.url=jdbc:h2:mem:db이름 spring.datasource.username= sa spring.datasource.password= spring.datasource.driver-class-name=org.h2.Driver Server DB 생성 DB 생성 후 이후 접속 application.properties spring.datasource.url=jdbc:h2:tcp://localhost/~/DB이름 spring.datasource.username=sa spring.datasource.password= spring.datasource.driver-cla.. 더보기 이전 1 다음