In this video, we will work with thymeleaf
https://javainspires.blogspot.com/2020/08/spring-boot-thymeleaf-crud-exmaple-java.html
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...
Download
0 formats
No download links available.
Spring Boot + Thymeleaf Datatable - CRUD Operations Example | Java Inspires | NatokHD