SpringBoot中的Thymeleaf中index.html的命名空间如何写?

Posted 遇见Time

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot中的Thymeleaf中index.html的命名空间如何写?相关的知识,希望对你有一定的参考价值。

(1)页面是htmls型,命名空间:

<html lang="en">

(2)页面是thymeleaf型,命名空间:

<html xmlns:th="http://www.thymeleaf.org">

以上是关于SpringBoot中的Thymeleaf中index.html的命名空间如何写?的主要内容,如果未能解决你的问题,请参考以下文章

SpringBoot中Thymeleaf基本语法

SpringBoot中的Thymeleaf中index.html的命名空间如何写?

springboot中使用thymeleaf模板引擎

SpringBoot实战之Thymeleaf

IntelliJ中的Spring boot + thymeleaf:无法解析变量

03-03:springBoot 整合thymeleaf