The problem is that a thymeleaf does not find my css file
Project structure
enter image description here
I am able to access css file with given url http://localhost:8080/styles.css
I use spring boot 3.1.1
I have tried
and
as well as
Template does show correctly but css is not applied
2
Answers
This is the correct syntax in your case:
i see you found the solution
I will give some details as i found.
When using thymeleaf, springboot, spring security
thymeleaf cannot access css files because of spring security
Will solve the problem. It’s work for me.