1. 起初为了打包SpringBoot项目成Jar包出现了很多错误,最后一个错误就是这个Could not find artifact org.springframework.boot:spring-boot-buildpack-platform:jar:2.3.5.BUILD-SNAP
  2. 首先:个人百度过很多种方法,但是都得不到解决(直接自行百度这串后的结果)
  3. 后来看到一个启发,说去maven官网去下载,然后我就去百度了这个包:spring-boot-starter-parentCould not find artifact org.springframework.boot:spring-boot-buildpack-platform:jar:2.3.5.BUILD-SNAP
  4. 结果发现当时还没有2.3.5.BUILD-SNAPSHOT,所以我就在本地的POM.XML里降了一级下来
    没改前Could not find artifact org.springframework.boot:spring-boot-buildpack-platform:jar:2.3.5.BUILD-SNAP
    改完后
    Could not find artifact org.springframework.boot:spring-boot-buildpack-platform:jar:2.3.5.BUILD-SNAP
    然后再去打包成jar包就行了,记得先clean在打包

相关文章:

  • 2021-03-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-14
  • 2021-08-16
  • 2021-12-31
  • 2021-09-05
猜你喜欢
  • 2021-09-13
  • 2021-08-22
  • 2021-11-30
  • 2022-12-23
  • 2021-12-23
  • 2022-01-27
  • 2021-11-29
相关资源
相似解决方案