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
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