Myself Dhivakar.T created this simple Spring Boot project demonstrating a basic CRUD (Create, Read, Update, Delete) application using Thymeleaf as the view template engine.
--
- Create, Read, Update, and Delete records
- Spring Boot backend with REST endpoints for reading, editing and deleting records.
- Thymeleaf templates for frontend views
- In-memory H2 database for quick testing
- Backend: Java, Spring Boot
- Frontend: Thymeleaf, HTML, Bootstrap
- Database: H2 (in-memory)
- Build Tool: Maven
- IDE: IntelliJ IDEA / Eclipse / VS Code
- Clone the repo git clone https://github.com/divat/spring-boot-thymeleaf-crud.git cd spring-boot-thymeleaf-crud