thymeleaf模板引擎 Maven

<!--        thymeleaf模板引擎-->
        <dependency>
            <groupId>org.thymeleaf</groupId>
            <artifactId>thymeleaf-spring5</artifactId>
        </dependency>
        <dependency>
            <groupId>org.thymeleaf.extras</groupId>
            <artifactId>thymeleaf-extras-java8time</artifactId>
        </dependency>

 <!--thymeleaf头部-->

xmlns:th="http://www.thymeleaf.org"

Thymeleaf 官网

thymeleaf官方文档

上一篇:马云为何不投游戏?


下一篇:DevExpress表格GridControl控件属性设置总结