IDEA项目maven project没有出现plugins和Dependencies

时间:2024-03-24 13:02:35

背景:今天学习Springboot,但是用的apache-maven 3.0 ,导入springboot1.5.19 ,Maven项目老是爆红线,还没有 plugins和Dependencies

IDEA项目maven project没有出现plugins和Dependencies

方案一:<对我反正没用>

IDEA项目maven project没有出现plugins和Dependencies

方案二:jdk+SpringBoot+maven版本不对

 《我把maven版本换高,就成功解决了》

Spring boot 版本 Spring Framework jdk 版本 maven 版本
1.2.0 版本之前   6 3.0
1.2.0 4.1.3+ 6 3.2+
1.2.1 4.1.3+ 7 3.2+
1.2.3 4.1.5+ 7 3.2+
1.3.4 4.2.6+ 7 3.2+
1.3.6 4.2.7+ 7 3.2+
1.3.7 4.2.7+ 7 3.2+
1.3.8 4.2.8+ 7 3.2+
1.4.0 4.3.2+ 7 3.2+
1.4.1 4.3.3 7 3.2+
1.4.2 4.3.4 7 3.2+
1.4.3 4.3.5 7 3.2+
1.4.4 4.3.6 7 3.2+
1.4.5 4.3.7 7 3.2+
1.4.6 4.3.8 7 3.2+
1.4.7 4.3.9 7 3.2+
1.5.0 4.3.6 7 3.2+
1.5.2 4.3.7 7 3.2+
1.5.3 4.3.8 7 3.2+
1.5.4 4.3.9 7 3.2+
1.5.5 4.3.10 7 3.2+
1.5.7 4.3.11 7 3.2+
1.5.8 4.3.12 7 3.2+
1.5.9 4.3.13 7 3.2+
2.0.0 5.0.2 8 3.2+

IDEA项目maven project没有出现plugins和Dependencies