Skip to content

A simple web application Hello World, using Maven + Spring. Serving Web Content with Spring MVC.

Notifications You must be signed in to change notification settings

AlvaroConvilla/SpringWebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SpringWebApp

A simple web application Hello World, using Maven + Spring. Serving Web Content with Spring MVC

Instalar Maven

sudo apt install maven

Compilar con Maven

mvn compile

Crear fichero JAR

mvn package

Ejecutar aplicación web

java -jar target/helloWorld_v1.1-0.1.1.jar 

En un navegador web

http://localhost:8080/

About

A simple web application Hello World, using Maven + Spring. Serving Web Content with Spring MVC.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published