To check, that your environment is ready try these commands:
git clone https://github.com/tom-010/blockchain.git
git checkout hello_world
./gradlew bootRun
The last lines should display the following:
:bootRun
Hello World
BUILD SUCCESSFUL
Total time: 1.152 sec