原因分析:
springboot 錯誤
Failure to transfer org.springframework.boot:spring-boot-maven-plugin
1.這是由於maven 添加依賴之后,總是報添加的依賴jar文件找不到;
2.但是在nexus的庫里面能找到這個依賴的jar文件;
3.但是在本地的maven庫里面找不到,於是我將本地庫里面這個依賴對應的文件夾刪掉;
4.然后在eclipse里面執行update dependencies。成功解決問題!
解決辦法:
右鍵單擊項目---》找到maven----》update dependencies
單擊ok稍等一會完成解決。。。