- You can access the website when the server is running by going to
http://localhost:8080
which is the default host and port
- The database file will be located in
./jobmatch/target
(open to suggestions on where to place it)
- You can build a jar of the application by running
mvn package