Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

H2 development db

Tjeu Kayim edited this page May 14, 2018 · 1 revision

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)

Clone this wiki locally