pom.xml报错

 类似:Missing artifact org.springframework:spring-jdbc:jar:3.2.4.RELEASE 这样的错误,提示某个jar包没有。

 这个问题之前碰见好几次了,每次解决了下一次又忘了,特意记下来。

 解决办法是:右键项目,选择maven,选择update project,除默认选择外,再勾选Force Update of Snapshots/Releases,点击ok,等待maven依赖更新。

相关文章:

  • 2021-08-23
  • 2022-12-23
  • 2021-10-30
  • 2021-09-12
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-09-20
  • 2021-05-25
  • 2021-12-18
  • 2022-12-23
  • 2021-11-22
  • 2021-09-18
相关资源
相似解决方案