解决Could not find artifact org.springframework.boot:spring-boot-maven:pom
最近用maven搭建工程发现这个问题:
Could not find artifact org.springframework.boot:spring-boot-maven:pom in aliyun…
我自己之前配置的阿里云maven仓库镜像,去检查了一下发现并没有什么问题,用了很长的时间找了一圈回答终于明白了:不是什么证书问题也不是什么版本问题是源的问题!
我去阿里云的官网查找下载下来spring-boot-starter-parent
结果惊奇的发现 各个版本里面都没有spring-boot-maven-plugin这个标签
所以原因找到了是因为阿里云的源中的文件内容不全
我就换了一个镜像源
<mirror>
<id>jboss-public-repository-group