IntellijIDEA not recognizing classes specified in Maven dependencies

后端 未结 24 1860
醉梦人生
醉梦人生 2021-01-30 12:57

I have a project in IntellijIDEA which was created with Maven. I then specified a set of dependencies and external repositories in the Pom.xml file.

The project builds

24条回答
  •  抹茶落季
    2021-01-30 13:14

    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

提交回复
热议问题