Skip to content

Rishika367/Student-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages