I\'m new to Spring Boot and my problem is that I have Spring Boot project and I am intending to view my HTML pages with Thymeleaf but Spring can\'t resolve my JavaScript and CSS
You should use relative path to your JavaScript and CSS files:
or you can use th:href Thymeleaf's tag as well:
th:href