springboot:web开发-Thymeleaf

1、thymeleaf依赖

<dependency>
    <groupId>org.thymeleaf</groupId>
    <artifactId>thymeleaf-spring5</artifactId>
    <version>3.0.12.RELEASE</version>
</dependency>
<dependency>
    <groupId>org.thymeleaf.extras</groupId>
    <artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>

2、thymeleaf命名空间

xmlns:th=“http://www.thymeleaf.org”

3、thymeleaf的使用文档

https://www.thymeleaf.org/doc/tutorials/3.0/usingthymeleaf.html#what-is-thymeleaf

4、thymeleaf官方文档

https://www.thymeleaf.org/

上一篇:Docker安装confluence企业版wiki


下一篇:教你如何通过Docker安装配置知识管理系统:confluence