Play Framework Project with MapStruct Example
To run sbt project, you need to provide proper environment variables with the command, it will not work without the correct DB configuration:
sbt -Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled -Dconfig.file=conf/development.conf
You can see initialAccount
part inside application.conf
file for the master email/password
If you load development.conf
then you can see the db info you need to create there, otherwise, it is on application.conf