烟_火
人间烟火何不尝
<!--Thymeleaf依赖-->
<dependency>
       <groupId>org.thymeleaf</groupId>
       <artifactId>thymeleaf-spring5</artifactId>
</dependency>
<dependency>
        <groupId>org.thymeleaf.extras</groupId>
        <artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>

根据以下路径可知道当前版本SpringBoot默认的Thymeleaf版本:

posted on 2021-03-17 22:12  段流儿  阅读(94)  评论(0编辑  收藏  举报