카테고리 없음
h2 database 연결
daram
2022. 3. 18. 10:57
application.properties
spring.h2.console.enabled=true
spring.datasource.url=jdbc:h2:mem:testdb
spring boot run
localhost:8080/h2-console
url을 아래와 같이 쳐서 들어가면 된다.
jdbc:h2:mem:testdb