A Spring Boot-based web application designed to manage student records efficiently with full CRUD operations using Thymeleaf, Spring MVC, and Spring Data JPA.
- ➕ Add new student
- ✏️ Update student details
- ❌ Delete student
- 📋 View all students
- 🔍 Search student by ID
- ✅ Form validation using Spring Boot Validation
- 🎨 Clean and responsive UI using HTML & CSS
- Java
- Spring Boot
- Spring MVC
- Spring Data JPA
- Hibernate
- Thymeleaf
- HTML, CSS
- MySQL (optional)
src/main/java/com/example/collegemanagement │ ├── controller ├── service ├── repository ├── model │ src/main/resources │ ├── templates │ └── index.html │ ├── application.properties
git clone https://github.com/SwapnilRajurkar/college-management-system.git
- File → Import → Existing Maven Project
- Select project folder
Run: CollegeManagementSystemApplication.java
- 🔐 Login & Authentication (Spring Security)
- 🔍 Search by name/course
- 📄 Pagination
- 🌐 REST API version
- 🎨 Bootstrap UI upgrade
- 👨💼 Role-based access
Swapnil Rajurkar
GitHub: https://github.com/SwapnilRajurkar
If you like this project, give a ⭐ on GitHub!