- postgreSQL database
If you want to use another database, you have adapt the dataSourceClassName in config/DatabaseFactory
createdb -h localhost -U {USERNAME} -W {DATABASE}
createdb -h localhost -U {USERNAME} -W {DATABASE-TEST}
gradle run
-
Removing the dist wording from the .env(.test).dist filename
.env(.test).dist -> .env(.test) -
set following env variables