Intellij idea cannot resolve anything in maven

后端 未结 28 2147
一个人的身影
一个人的身影 2020-11-29 16:15

I\'m new to Intellij Idea, i just import a project with pom.xml, but the ide didn\'t resolve anything in maven dependencies.

Anything defined in p

28条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 16:24

    I have encountered this problem,idea cannot download all dependent jar packages using maven,i just tried the following operations:

     mvn -U idea:idea
    

    then all the dependent jar packages are download from the maven repository

提交回复
热议问题