其他分享
首页 > 其他分享> > thymeleaf模板引擎 Maven

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官方文档

标签:java8time,xmlns,http,Maven,thymeleaf,extras,org,模板
来源: https://blog.csdn.net/qq_46614159/article/details/118896701