我的页面路径:
spring-boot使用thymeleaf模板引擎css和js无法引入问题
出现的问题是css文件无法引入:
截图中的路径都是正确的,我搜了很多博客基本上说的都是路径问题,其实,路径中我们只要使用了
th:href="@{ }"就行了!
spring-boot使用thymeleaf模板引擎css和js无法引入问题
真正的问题我们需要在扩展配置文件中写入:
spring-boot使用thymeleaf模板引擎css和js无法引入问题

相关文章:

  • 2022-12-23
  • 2021-06-10
  • 2021-05-02
  • 2021-10-22
  • 2021-03-31
  • 2022-01-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-11-26
  • 2021-06-12
  • 2022-01-26
  • 2021-08-27
  • 2021-12-28
相关资源
相似解决方案