In this video we focus on Spring MVC and Thymeleaf technologies from Spring stack.
We're going to take a look at @Controller annotation, Thymeleaf pages, static resources connection. We also check how to receive incoming requests and display proper html page.
We study how to pass attributes from thymeleaf page to the controller class and back from controller.
We also going to loop through the list of objects and display the information on the page in the table.