I have a problem with CSS and Thymeleaf.
In my Spring boot app, I have this structure:
- src/main/resource/static/css (for css files)
- src/main/resource/static/templates (for html file)
Now, with my html page named ErrorPage and css file named Layout.css, using Thymeleaf I have, in the head of ErrorPage:
Код: Выделить всё
What am I doing wrong?
Источник: https://stackoverflow.com/questions/415 ... springboot
Мобильная версия