Skip to content

Latest commit

 

History

History
70 lines (52 loc) · 5.11 KB

README.md

File metadata and controls

70 lines (52 loc) · 5.11 KB

SpringMVCwithSpringBoot

Spring Boot MVC implementations. Creating a MVC Controller: image image

Add tomcat jasper as a server to translate from JSP to Servlet. image

Adding Two numbers with MVC. image image image image image

RequestParam : To remove usage of req.getParameter. image image image

ModelAndView Implementations: image image image

Suffix and Prefix:

To have flexibility in changing the type of the file and path. Remove the Hard-coded part from the view names, create a new views folder, and then Change properties in the application.properties file. image image image image

Model and ModelMap Implementation:

image image image

Need Of Model Attribute :

image image image image image image image image image

Using Model Attribute in Method Level:

image image image

Using GET and POST Methods in Spring Boot:

image image image image