导入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

浙公网安备 33010602011771号