Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 627 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 627 Bytes

Spring Mvc Web Register

Features

  • Home page: Get buttons to redirect to the registration page and the listing page.
  • Registration page: Get information on a form. When the Save button is clicked, the registration process is done.
  • Information to be obtained: Name, surname, blood type, mobile phone, address.
  • List page: All registered records are listed.
  • Have a common header page and footer page on all pages.
  • It will be responsive supported.
  • All beans must be defined in XML (XML Based Spring Configuration)
  • Project dependencies should be managed with maven.

Run with

  • mvn jetty:run
  • localhost:8080