after cloning this repository,
./mvnw spring-boot:run
npm i
npm start
access the database using the h2-console by visiting the /h2-console
path here.
Key | Value |
---|---|
Driver Class | org.h2.Driver |
JDBC URL | jdbc:h2:mem:m3db |
User Name | sa |
Password | password |