Skip to content

santhoshima10/Java_Bootcamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java_Bootcamp

Week 15 - Spring MVC

  1. In This Week we learnt to about the Spring MVC
  2. The plain Controller will be listening to incoming requests.
  3. The Model here is the simple Hash Map will have keys and values (Values are the data that need to be populated on the UI(html page)).
  4. Keys will be used in the HTML page to get the data on to it.
  5. View is the Html Page that the user views.
  6. We are building a simple UI to demonstrate Spring MVC .
  7. In this web application we are using Thymeleaf to interact between Html and Spring Controller.
  8. This application uses Maven as build tool.
  9. This web application will help to create a new user, update an existing user , list all the users and delete user without a Database(Stores in HashMap)

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors