September 2015
Intermediate to advanced
206 pages
4h 45m
English
Typically, the very first step of creating any application is to have a basic skeleton, which can be immediately launched as is. As the Spring Boot starter has created the application template for us already, all we have to do is extract the code, build, and execute it. Now let's go to the console and launch the app with Gradle.
bookpub.zip archive was extracted from and execute the following command from the command line:
$ ./gradlew clean bootRun
If you don't have
gradlew in the directory, then download a version of Gradle from https://gradle.org/downloads or install it via homebrew by executing brew install gradle. After Gradle is installed, run gradle wrapper ...
Read now
Unlock full access