Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Web アプリケーション開発用にスプリング ブートで thymeleaf を使用しています。
たぶん、多くの (html) ページを作成する必要があります。しかし、タイムリーフは部分レンダリングをサポートしていないようです。
ruby on rails で「yield」のようなものが欲しい。
タイムリーフのフラグメントはどうですか?
<body> <div th:include="fragments/footer :: footer">...</div> </body>
http://www.thymeleaf.org/doc/articles/layouts.html