Skip to content

pranjalisingh1201/SpringMVCwithSpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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