Skip to content

cvemula1/spring-boot-web-jsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Spring Boot web application example, using embedded Tomcat + JSP template, and package as an executable WAR file.

Technologies used :

Spring Boot 1.4.2.RELEASE

Spring 4.3.4.RELEASE

Tomcat Embed 8.5.6

Maven 3

Java 8

###################################

Maven package the project as an executable WAR file. A 18M++ WAR file will be generated in the target folder.

mvn clean package

###################################

Run It Locally, access http://localhost:8080

java -jar target/spring-boot-web-jsp-1.0.war

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published