I have downloaded the H2 console from http://www.h2database.com/html/download.html
and I have configured the URL in my jdbc.properties
file
to jdbc:h2
This is how you enable memory enable database using h2 module. You need to ensure the following things
spring.h2.console.enabled=true
localhost:8080/h2-console
JDBC URL:
-> jdbc:h2:mem:testdb
5.Hit the connection buttonSalam