Creating Web Apps With Spring Boot And Thymeleaf

preview_player
Показать описание
How to use Thymeleaf templates with the Spring Boot web development framework. Shows how to pass a model from a controller and utilize the model properties in a Thymeleaf web template.

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

Great spring instructor I have ever seen on YouTube.

haletawha
Автор

Hi Prof. Sluiter,
this tutorial is about Thymeleaf Layouts.
It is named, however, "Creating Web Apps With Spring Boot And Thymeleaf". Isn't that really the contents in an later Tutorial in the series, the one named "16 Spring boot thymeleaf tutorial"?

gustafa.grundgens
Автор

Hi @shadsluiter, i did everything as u said but at the last step (when we include js), i get an error that doesnt let js work. I get "TypeError: $$$1 is undefined" in the js file. I tried using the .min one, changing version, but i still get this error. Do you have any idea why?

sublimion
Автор

why you dont have to put Thymeleaf namespacse to your HTML files?

Sucheit