https://github.com/erokkumar/Student_Management_Application___
https://github.com/erokkumar/Student_Management_Application___
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/erokkumar/Student_Management_Application___
- Owner: erokkumar
- Created: 2025-04-21T18:53:58.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-23T10:42:15.000Z (about 1 year ago)
- Last Synced: 2025-04-28T13:07:54.854Z (about 1 year ago)
- Language: Java
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]