结果就爆红,百度了一下,按照之前说的改动没有解决 后来删掉本地 .m2文件夹 ...
当spring boot starter parent下面的版本报红时并不是这个版本不存在, 而是因为idea会默认缓存Maven本地仓库已存在的 中的依赖项。 只是我们引入的的父依赖版本 本地仓库中不存在,所以就报错了,解决方案就是我们清除一下缓存重新启动,使用 Invalidate Caches Restart 补充:spring boot maven plugin报红时,给他加上版本号,和p ...
2021-03-11 22:58 1 1126 推荐指数:
结果就爆红,百度了一下,按照之前说的改动没有解决 后来删掉本地 .m2文件夹 ...
使用STS创建一个Spring应用时,项目显示红色的感叹号,错误视图报Could not transfer artifact org.springframework.boot:系列错误。 解决方案: windows(为例):命令行 cd 到项目路径下使用mvn complile编译后,右键项目 ...
: Failure to transfer org.springframework.boot:spring- ...
在使用SpringBoot项目时报错Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:1.5.21.RELEASE from/to default from/to default ...
问题是:依赖包下载不下来 解决办法: 在终端下进入项目所在的目录用mvn compile执行即可 或者点击pom.xml,右键,maven install ...
not transfer artifact org.springframework.boot最终解决! ...
摘自https://blog.csdn.net/weimenglala/article/details/104800011 手动导入证书,即将安全证书导入到java的cacerts证书库 1、确保 ...
刚开始创建Spring boot项目时,pom.xml文件时报如下图错误: 在网上百度的说让更新下Maven的update project,我试了没用,最后将version版本改了就行了,我原来版本是2.0.1RELEASE,改成了1.5.6.RELEASE就可以了。 ...