I'm setting up a Spring boot server and I just can't get Thymeleaf to link to the CSS. I know there are a number of similar questions but none of them lead me to an answer.
This is the link included in my "home.html".
<link rel="stylesheet" type="text/css"
href="webjars/bootstrap/3.3.7/css/bootstrap.min.css" />
<link rel="stylesheet" th:href="@{/styles/main.css}"
href="../styles/main.css" />
bootstrap.min.css links fine but main.css gives me a 404.
This is what it shows me in the web console under networks, this url takes me to a Whitelabel error
Request URL:http://localhost:8080/styles/main.css