IntelliJ Spring Boot project can't find my CSS files with Thymeleaf

前端 未结 2 619
眼角桃花
眼角桃花 2021-01-22 05:40

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

2条回答
  •  梦毁少年i
    2021-01-22 05:46

    You should use relative path to your JavaScript and CSS files:

    
    

    or you can use th:href Thymeleaf's tag as well:

    
    

提交回复
热议问题