Description Rest example application. Setup local environment Copy .env.dist file to .env. and optionally make configuration changes. Useful commands Common Building for production ./gradlew build Update dependencies ./gradlew clean resolveAndLockAll --write-locks