Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 728 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 728 Bytes

Student-CRUD-Spring

This is a Spring Web Application for Student CRUD management.

  1. Insert student data into Student table
  2. Update student data into Student table
  3. Delete student data from Student table
  4. Get a list of all students
  5. Get one student information depending on the student id filter.

Home page

image

Add New Student

image

View All Students, Edit, Delete, Search page

image