Build Your Webpage With Spring Boot and Thymeleaf in Less Than 20 Minutes

preview_player
Показать описание
In this video you will find how to build a webpage with Spring Boot and Thymeleaf in less than 20 minutes. I will describe the main syntax of Thymeleaf to be able to build any server-side rendering webpage.

I will show:
* how to use variables in the templates;
* how to iterate with for loops;
* how do if-conditions work with Thymeleaf;
* how to use and include Fragments;
* how to display the webpage in different languages with the internationalization.

Рекомендации по теме
Комментарии
Автор

Thanks very much sir,
I have been following your content for some time and I really like the way to explain things/concepts.
Great job🙌

rohitsinghk
Автор

Great content as always Sergio!!! Gratitudes for your contribution.

arnaudpoutieu
Автор

Well done, nice and simple and well explained

conorocallaghan
Автор

Hey, can you give information about java certification exam OCJP about it's scope means it really become helpful nowadays to getting job.

pqrlcok
Автор

I would request you to please make a playlist for AWS tools,
I have checked but found just 3 videos regarding deployments on AWS but yes they were quite explanatory.

rohitsinghk
Автор

Hi jawman, I am preferring thymeleaf for my personal project over fromtend frameworks, because those frameworks are extra pain.

sadiulhakim
Автор

you are returning string index at controller, how it's not returning string index instead it is returning index file?

RanjanKumarRavi-yseu
Автор

How do you display currency in thymeleaf and speing boot? For example, if you have <td

What about this as well? <tr>

type="text" readonly th:field="*{price}" /></td>
th:errorclass="error"

</tr>

abdirahmanabdullahi