./gradlew clean build
Build result is in build/libs/
To configure app, create a config/application.properties file in the working directory.
See config/application.example.properties
java -jar demo-webapp-0.0.1-SNAPSHOT.jar
Or
./gradlew bootRun
Then navigate to http://localhost:8080