I\'m trying to use Bootstrap CSS with my Spring + Security + Thymeleaf web application. The CSS gets picked up the by my custom login screen and everything is fine - all styles
Figured it out ... schoolboy error on my part ...
The following link in my home.html file wasn't resolving to the right location:
So instead, I used context-relative URL as follows:
And this did the trick.