当使用包含

时间:2018-03-15 11:00:40

标签: spring spring-boot thymeleaf

我在html页面中使用以下代码行

<th:block th:replace="modal/bankProfilModal">
     <div></div>
</th:block>

bankProfilModal 具有引导程序对话框。它不包含 html,head body 标记。

加载页面后,charset应该应用于所有对话框但不会发生。我必须在这里提一下它是一个spring boot应用程序,并且没有基于java或基于xml的组件解析器!

1 个答案:

答案 0 :(得分:0)

我发现没有其他解决方案,但在所有html文件中添加了元标记,包含对话框!