Springboot引入thymeleaf依赖,在pom文件中报错。

时间:2024-03-22 18:51:51

Springboot引入thymeleaf依赖,在pom文件中报错。

最后分析原因是 maven第一次下载thymeleaf 的jar包时出现问题。没有下载完全。

错误提示:
Failed to read artifact descriptor for org.springframework.boot:spring-boot-starter-thymeleaf:jar:2.1.4.RELEASE

解决:找到maven的jar包下载目录。删除thymeleaf 的下载目录。再重新从*仓库拉取就可以了。
如图:
Springboot引入thymeleaf依赖,在pom文件中报错。