Answers for "connect to in memory h2"

0

connect to in memory h2

properties:
 spring.h2.console.enabled=true
 spring.h2.console.path=/h2-console

run:
 mvn -pl persistence spring-boot:run

connect:
 http://localhost:8080/h2-console
values:
 JDBC URL: jdbc:h2:mem:testdb
 User Name: sa
 Pasword: <leave this empty>
Posted by: Guest on October-21-2021

Code answers related to "connect to in memory h2"

Browse Popular Code Answers by Language