thymeleaf依赖

thyemleaf

  • thymeleaf依赖
 <dependency>
     <groupId>org.thymeleaf</groupId>
     <artifactId>thymeleaf-spring5</artifactId>
</dependency>
<dependency>
    <groupId>org.thymeleaf.extras</groupId>
    <artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>

  • html引用

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

posted @ 2020-12-16 19:50  小徐学狂  阅读(966)  评论(0编辑  收藏  举报