1. Create a Spring Boot Project

2. Add Dependencies

Include the following dependencies in the project:

3. Configure application.properties

3.5. Spring MVC ViewResolver Configuration

Add the following to application.properties for JSP view layer:

spring.mvc.view.prefix=/WEB-INF/views
spring.mvc.view.suffix=.jsp

4. Additional Dependencies for Spring MVC with JSP View Layer