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"
标签:java8time,xmlns,http,Maven,thymeleaf,extras,org,模板 来源: https://blog.csdn.net/qq_46614159/article/details/118896701