Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 209 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 209 Bytes

CONNECT-Hub

to initialize the database: mvn sql:execute -Pdefault,initialize

to upgrade the database: mvn liquibase:update -Pdefault

to run the web application mvn jetty:run