springboot依赖

1 <!-- thymeleaf依赖-->
2         <dependency>
3             <groupId>org.thymeleaf</groupId>
4             <artifactId>thymeleaf-spring5</artifactId>
5         </dependency>
6         <dependency>
7             <groupId>org.thymeleaf.extras</groupId>
8             <artifactId>thymeleaf-extras-java8time</artifactId>
9         </dependency>

 

posted @ 2021-11-17 22:43  现在开始JAVA  阅读(29)  评论(0)    收藏  举报