Creating a simple sample Spring Web MVC project with JSP template using Spring Boot from Scratch - http://22steps.io
Sample Spring Application with no Spring Container Configurations - A Bare Spring Project
Steps to clone or download the project.
Clone use this link : https://github.com/22steps-io/Spring-Web-MVC-with-JSP-using-Spring-Boot.git
or Download : https://github.com/22steps-io/Spring-Web-MVC-with-JSP-using-Spring-Boot/archive/master.zip
run pom.xml maven command to install dependencies if any : mvn clean install
or update project from eclipse by right click on project from package explorer and select "Maven" --> Select "Update Project"
Run Application.java as Java Application
Thats it!
To package application into war file - run pom.xml maven " mvn clean package "
Refer https://22steps.io for more tutorials and fun!