Friday, July 13, 2018

Spring boot web application with JSP

In this article we will see a sample spring boot web application with front end as JSP

Maven project structure -

pom.xml


Application.java


ApplicationConfig.java


ApplicationController.java


index.jsp
src/main/webapp/WEB-INF/view/index.jsp


home.jsp
src/main/webapp/WEB-INF/view/home.jsp


Output -