Spring Boot Servlet and JSP



Spring Boot Servlet and JSP

Spring Boot Servlet and JSP

This video shows about how to create a simple web application using spring boot. It uses @ServletComponentScan to load the servlets into spring container. And all the jsp’s are kept under resources/META-INF/resources/ folder.

Comments are closed.