A Spring Boot CRUD web application built using Thymeleaf, Spring Data JPA, and MySQL.
This project demonstrates how to perform Create, Read, Update, and Delete operations with pagination and sorting features.
- ✅ Add, Edit, Delete, and View data records
- ✅ Pagination and sorting functionality
- ✅ Integrated with MySQL Database
- ✅ Responsive UI using Bootstrap
- ✅ Spring Boot + Thymeleaf templating
- ✅ Clean and modular MVC architecture
| Category | Technology Used |
|---|---|
| Backend | Spring Boot, Spring Data JPA |
| Frontend | Thymeleaf, HTML, CSS, Bootstrap |
| Database | MySQL |
| Build Tool | Maven |
| IDE | Eclipse / IntelliJ IDEA |
- Clone this repository
git clone https://github.com/mukesh9984/springboot-web-crud-thymeleaf.git cd springboot-web-crud-thymeleaf