Web Application using Spring Tool Suite,Gradle and Scala

Step 1 : Install Gradle on your windows system. Download link: http://gradle.org/ (version 2.2.1) Set the Path environment variable to: your path\gradle-2.2.1-all\gradle-2.2.1\bin Step 2 : Install Scala on your system. Download Link: http://www.scala-lang.org/download/ (version 2.11.4) As above set the Path environment variable to : C:\Program Files\scala\bin; Step 3: Install Spring STS with scala IDE plug in Download Link : http://spring.io/tools/sts Step 4 : clone this Hello-World github code in your system Link : git clone https://github.com/vaibhavtupe/hello-world Important files: build.gradle Mention your gradle version correctly in this file. And also mention spring boot application main class file. buil...