Skip to content

Files

Latest commit

9c7714f · Jun 24, 2016

History

History

spring-boot

This blog post is the example application of the following blog posts:

Prerequisites

You need to install the following tools if you want to run this application:

  • JDK 8
  • Maven (the application is tested with Maven 3.3.3) OR Gradle (the application is tested with Gradle 2.9)

Running the Application

If you want to use Maven, you can run the application by using the following command:

mvn clean spring-boot:run

If you want to use Gradle, you can run the application by using the following command:

gradle clean bootRun