最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
解决IDEA springboot"spring-boot-maven-plugin"报红问题方法
时间:2022-06-29 02:31:14 编辑:袖梨 来源:一聚教程网
本篇文章小编给大家分享一下解决IDEA springboot"spring-boot-maven-plugin"报红问题方法,文章代码介绍的很详细,小编觉得挺不错的,现在分享给大家供大家参考,有需要的小伙伴们可以来看看。
使用环境
项目环境:Idea 2020.2.3、 Maven 3.6.3 、springboot 2.1.4
在创建springboot项目时spring-boot-maven-plugin 及Idea右侧Plugins划红,导致项目启动打包有问题。虽然项目能跑,但是后续开发中可能会出现不可预知的问题。太碍眼决定把它解决掉。
可能原因:
1、maven没有刷新;
2、Maven插件下载速度太慢,从国外的中央仓库下载;
3、也有可能是本地springboot版本问题等....
分析思路:
1、到仓库中发现有这插件,然后clean install 以后reimport还是飘红。
2、那我们找到Maven地址中的setting.xml中的mirrors标签添加以下内容,maven再次下载jar包时,idea中看到,从阿里云提供的地址下载,速度比中央仓库快
C:Usersxxx.m2repository alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ central repo1.maven.org Repo1 Maven of https://repo1.maven.org/maven2/ https://repo1.maven.org/maven2/ central downloadSources true true downloadSources
alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ central
但是以上两个方法依然没有解决,因为项目都是其它同事一直能跑起来过的,那就说明程序肯定没问题。主要我之前也是跑得好好的,也就换了一下系统,Idea版本也安装到2020.2.3 版本而已,到此心里感觉到了崩溃的边缘,只想说这是为什么......
然后实在找不到问题所在 ,最后试着改了改pom.xml文件
2.2.2.RELEASE
居然和版本有关系,问题就解决了。
相关文章
- 《原神》5.2卡池抽取建议 11-14
- 《原神》5.2版本新怪物介绍 11-14
- 《原神》希诺宁增伤触发方法 11-14
- 《原神》循音觅奇活动入口 11-14
- 《原神》循音觅奇兑换码获取方法 11-14
- 《原神》花羽会活动飞行技巧介绍 11-14