spring-MVC

#################### A Starter Web application to provide a Web service using Spring.

Prerequisites

  • Java 1.8
  • Maven 3.1.1+

Building

###From IDE (Eclipse, Intellij)

  • Open as a Maven Project and compile.

###From Command Line mvn clean package

Running the Application

Run or debug the application with the SpringMvcApplication main class at the root of your java package hierarchy Alternatively you may also use the following Maven commands to run the application from either the command line or IDE:

mvn spring-boot:run

Open a browser and visit http://localhost:8080/quote to get a random quote.