Thymeleaf Tutorial #4 - Add Bootstrap CSS

preview_player
Показать описание
In this tutorial part 4, we will learn:
- How to add bootstrap CSS file to Thymeleaf template
- How to use bootstrap CSS classes in Thymeleaf template

There are two ways we can add bootstrap CSS file to Thymeleaf template:
1. Using bootstrap CSS CDN remote links
2. Downloading Bootstrap CSS file locally, add to project and finally add a file path to Thymeleaf template

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

One of those best, to-the-point, well-explained videos. Watching at 1.5x is like covering the concepts in so little time, and getting a decent overview. I wonder why so few views! Thanks, JG!

herahassan
Автор

I finally find tutorial what is easy to understand for novice programmer. Thank you very much for this tutorial!!

okynek
Автор

Thank you for this short and straight to the point tutorial

dominicencho
Автор

how to download and install latest bootstrap and latest font awesome locally in the project and utilize them in spring boot application

quintanvos
Автор

Hi sir,
This cdn link does not work
please help me

kmsabbir
Автор

I get these annoying errors in spring tool suite in bootstrap.min.css.
It gives me "multiple annotations found at this line" and warnings of "also define the standard 'appearance' for compatibility'.
It's really annoying.
The code works ok, you just see these annoying yellow and red marks even though it's valid and works.
There is no simple way to get rid of these stupid fake errors.
Spring tool suite and Eclipse are crap basically.
They always bring up a ton of errors when there are no actual errors at all.

quinnd