Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 325 Bytes

File metadata and controls

19 lines (12 loc) · 325 Bytes

CELUM Interview project

The goal is to resolve as many TODOs as you can.

Good luck!

How to start the project

Build

mvn package (via command line or IDE)

Access H2 database:

http://localhost:8080/h2-console Generic H2 (Server) JDBC URL: jdbc:h2:mem:test
User name: sa
Password: sa