springboot和thymeleaf整合的依赖

<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring5</artifactId>
</dependency>

<dependency>
<groupId>org.thymeleaf.extras</groupId>
<artifactId>thymeleaf-extras-java8time</artifactId>
</dependency>

posted @ 2021-10-21 10:02  逆骨111  阅读(317)  评论(0)    收藏  举报