springboot 错误

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

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

 

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

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

2.

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

这个问题就解决了

 

相关文章:

  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-24
  • 2021-08-17
  • 2021-08-13
  • 2021-05-20
  • 2021-12-02
  • 2021-05-20
相关资源
相似解决方案