简体   繁体   中英

Import maven project from github to Intellij IDEA

I tried to import this project into Intellij IDEA in the following way (00:38 - 00:57 are only relevant for me in this video).

After that, at the "project" explorer I went to "src -> test -> java" , and right clicked on "run all tests" . I got many errors of not finding class symbols - which seems that are related to dependecies problem.

I didn't understand why I'm getting these errors. Maybe there is something that I need to install which doesn't appear in this video?

尝试首先使用mvn clean package从终端构建项目,然后重新打开intelliJ。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM