Skip to content

divat/springmvc-thymeleaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot + Thymeleaf Demo

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.

--

Features

  • 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

Technology Stack

  • Backend: Java, Spring Boot
  • Frontend: Thymeleaf, HTML, Bootstrap
  • Database: H2 (in-memory)
  • Build Tool: Maven
  • IDE: IntelliJ IDEA / Eclipse / VS Code

  1. Clone the repo git clone https://github.com/divat/spring-boot-thymeleaf-crud.git cd spring-boot-thymeleaf-crud

About

Demo project for thymeleaf and spring MVC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors