Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 656 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 656 Bytes

Spring Hibernate Student Management

A simple Java application that demonstrates CRUD operations using Spring ORM and Hibernate for managing student records. This application allows users to add, view, update, and delete student information from a MySQL database.

Features

  • Add a new student: Insert a new student record into the database.
  • Display all students: List all student records from the database.
  • Get details of a single student: Retrieve details of a specific student by ID.
  • Delete a student: Remove a student record from the database by ID.
  • Update a student: Modify the details of an existing student record.