H2 development db - TjeuKayim/coldab GitHub Wiki

Start the server with an in memory test database

Use dev as active profile in "Run/Debug Configurations".

Web-interface to explore the database

http://localhost:8080/h2-console

Property Value
Driver org.h2.Driver
JDBC url jdbc:h2:mem:testdb
User sa
Password (empty)