Unable to populate database from the command line
Closed this issue · 0 comments
HiruNya commented
Issue description
*Describe the issue in as much detail as possible, and if a bug report, any steps to replicate the bug *
Populating the database currently requires running the DatabasePopulater
file in Intellij. There currently isn't a way to do this in the CLI which is bad if a new developer / user wants to try it out.
Describe a solution to the described task and any alternatives considered.
Make use of the mvn exec
plugin to run DatabasePopulater