我在spring boot上使用thymeleaf进行Web应用程序开发。
也许我必须制作许多(html)页面。 但百里香叶似乎不支持部分渲染。
我想要在铁轨上的红宝石中获得“收益”。
答案 0 :(得分:3)
看起来这是关于使用Thymeleaf共享布局的视图的问题。因此,OP在评论中共享的链接是将其作为DIY解决方案处理的一种方式。 Thymeleaf Layout Dialect是我首选的解决方案,因为它不需要我编写任何代码。 Spring Boot让您轻松 - 只需在您的类路径中包含“nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect”。有sample in the Spring Boot codebase。
答案 1 :(得分:0)
百里香的片段怎么样?
<body>
<div th:include="fragments/footer :: footer">...</div>
</body>