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.
- 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.