📘 Premium Read: Access my best content on Medium member-only articles — deep dives into Java, Spring Boot, Microservices, backend architecture, interview preparation, career advice, and industry-standard best practices.
✅ Some premium posts are free to read — no account needed. Follow me on Medium to stay updated and support my writing.
🎓 Top 10 Udemy Courses (Huge Discount): Explore My Udemy Courses — Learn through real-time, project-based development.
▶️ Subscribe to My YouTube Channel (172K+ subscribers): Java Guides on YouTube
I have also created a video tutorial series on this tutorial series at YouTube Video Series - Spring Boot Thymeleaf CRUD Database Real-Time Project.
Project Requirements
- Get all the employees
- Add a new employee
- Update an employee
- Delete an employee
- Pagination
- Sorting
Real-Time Project
Application Flow
Tools and technologies used
- IDE - Eclipse / STS
- Spring Boot 3+
- Spring Framework 6+
- Maven 3.2 +
- Java 17+
- Spring Data JPA ( Hibernate)
- Thymeleaf
Spring Boot Thymeleaf CRUD Database Real-Time Project - 7 Parts
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 1
- Create and Setup Spring Boot Project in Eclipse STS
- Database Setup
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 2
- Implement List Employee Feature
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 3
- Implement Add Employee Feature
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 4
- Implement Update Employee Feature
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 5
- Implement Delete Employee Feature
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 6
- Implement Pagination Feature
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 7
- Implement Sorting Feature
YouTube Video Tutorial Series
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 1
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 2
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 3
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 4
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 5
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 6
Spring Boot Thymeleaf CRUD Database Real-Time Project - PART 7
GitHub Repository Link
You can download/clone source code of this tutorial from my GitHub repository at https://github.com/RameshMF/springboot-thymeleaf-crud-pagination-sorting-webapp.git
Comments
Post a Comment
Leave Comment