pom.xml中引入thymeleaf依赖
时间: 2023-10-14 07:08:19 浏览: 116
thymeleaf-3.0.10.RELEASE-API文档-中文版.zip
5星 · 资源好评率100%
你可以在pom.xml中添加以下依赖来引入thymeleaf:
```
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
</dependency>
```
阅读全文