Failure to transfer org.springframework.boot:spring-boot-maven-plugin

springboot 错误

Failure to transfer org.springframework.boot:spring-boot-maven-plugin

这是由于maven 添加依赖之后,总是报添加的依赖jar文件找不到,但是在nexus的库里面能找到这个依赖的jar文件,但是在本地的maven库里面找不到,于是我将本地库里面这个依赖对应的文件夹删掉,然后在eclipse里面执行update dependencies。成功解决问题!

 

右键单击项目->maven->update dependencies。

2.

这个问题就解决了

 

posted @ 2018-05-08 12:18  dafengchui  阅读(7661)  评论(0编辑  收藏  举报