Spring Boot + Thymeleaf Datatable - CRUD Operations Example | Java Inspires

preview_player
Показать описание
In this video, we will work with thymeleaf

we are going to create a simple web app

where we can do CRUD operations.

C - Create - ex: Create an Employee record
R - Read - ex: View All Employee records
U - Update - ex: Update an Employee record
D - Delete - ex: Delete an Employee record.

Lets start...

Please check the video description for more details

Please comment if you have any queries..

Steps:
1, create a spring boot app with web and thymeleaf starters.
2, import project into IDE
3, create index page
4, create view all employees page( with controller and sample data)
5, create add employee page
6, create edit employee page and mapping methods in controller
7, create mapping method to add edited employee object(means updated employee)
8, create delete mapping method to delete employee records.

Thats it guys...

Thank You..

Please comment if you have any queries or if you need any help...
Рекомендации по теме
Комментарии
Автор

i followed through and achieved what i wanted .. thanks

danielimodoye
Автор

How can I combine this with the JPA REST example to access those objects? I would appreciate advice

nro
Автор

Thymeleaf content assist proposals not working ..After th:(ctrl+space) it doesn't show any suggestions ...what to do?

Satyaprakash-xsjx