Create a Todo App using Spring Boot + HTMX + Thymeleaf + MySQL + Bootstrap

Опубликовано: 12 Март 2026
на канале: Java Rush
931
30

In this video, we will create a Todo app using Spring Boot + HTMX. We will use Thymeleaf as template engine, MySQL to store the todo items and Bootstrap to make the UI look decent. Please fine below some useful links:

Repository - https://github.com/himanshu-pareek/ht...
Spring Boot - https://spring.io/projects/spring-boot/
HTMX - https://htmx.org/
Thymeleaf - https://www.thymeleaf.org/
MySQL - https://www.mysql.com/
MySQL docker image - https://hub.docker.com/_/mysql
Bootstrap - https://getbootstrap.com/
Bootstrap Icons - https://icons.getbootstrap.com/

0:00 What are we going to build?
0:32 Introduction to tools
2:01 Initial Setup
7:52 Displaying List of Todo Items
26:04 Mark Todo Item Completed / Not completed
41:40 Add new Todo Item
51:54 Deleting a Todo Item