【springboot】thymeleaf动态页面渲染 坑

 目录长这样 static放css等静态文件 templates放html文件 thymeleaf只需要配置 spring: thymeleaf: prefix: classpath:/templates/ suffix: .html cache: false   Controller端代码:   html页面上要css和js会无效  href和src要用th:hre
相关文章
相关标签/搜索