I need help. I use spring boot, but my index page does not detect css file and images. Тhis way i insert a link to the css file.
<link rel="stylesheet" th:href="@{/css/style.css}" />
and this for images
<img th:src="@{/images/logo.png}" width=90% height=80%>
I try to delete browser cache data and run project again, but the css and images don't show
