导入thymeleaf模板引擎

<!--        模板引擎Thymeleaf-->
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
</dependency>
<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>


教程
https://fanlychie.github.io/post/thymeleaf.html
posted @ 2022-02-10 11:44  朝阳的博客  阅读(75)  评论(0)    收藏  举报