-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
To take a look at the data in the database and run the software at the same time, please:
- Edit connection.properties file and switch url to localhost
snack/resources/connection.properties
Lines 3 to 4 in 63af616
#jdbc.url=jdbc:hsqldb:hsql://localhost/database jdbc.url=jdbc:hsqldb:file:data/database/snack2;shutdown=true - start startDatabase.sh script (it will start a database server on port 9001).
- Use your favorite database client to connect and browse.
- Feel free to interact the the software and watch the changes in the database.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation