Postgresql example application.
- Copy
.env.dist
file to.env.
and optionally make configuration changes. - Run
docker-compose up -d
. Be patient it takes some time on first run.
-
Building for production
./gradlew build
-
Update dependencies
./gradlew clean resolveAndLockAll --write-locks