vikasnar / spring-MVC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Shell 39.9%Language:Java 31.8%Language:Batchfile 28.3%