An open API service indexing awesome lists of open source software.

https://github.com/erokkumar/Student_Management_Application___


https://github.com/erokkumar/Student_Management_Application___

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Student Management Application (Spring ORM)

This is a console-based Student Management System built using **Spring ORM**, **Hibernate**, and **MySQL**. It demonstrates the basic CRUD operations (Create, Read, Update, Delete) using Spring framework.

## Features

- Add new student
- View a specific student's details
- View all students
- Update student information
- Delete a student
- Exit the application

## Technologies Used

- Java
- Spring Framework (Spring ORM)
- Hibernate
- MySQL
- Maven
- XML Configuration

## Getting Started

### Prerequisites

Make sure you have the following installed:

- Java 8 or above
- Maven
- MySQL
- An IDE like IntelliJ IDEA or Eclipse

### Setup

1. **Clone the repository**
```bash
git clone [https://github.com/erokkumar/JavaProject/tree/master]