thymeleaf模板
<!--thymeleaf模板-->
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>
头文件
xmlns:th="http://www.thymeleaf.org"
标签:14,2522%,id,blog,thymeleaf,org,链接,shiro
From: https://www.cnblogs.com/ahhh7931/p/16729520.html