How to open a existing Spring Maven (made with netbeans )project .
已回答
I am unable to run a spring maven based projects as it is not automatically detecting most of the configurations.
i imported project directly from GitHub to intellij. I am new , any help or advice welcome .
请先登录再写评论。
Hello Manish,
How did you import the project? Have you tried to use "Import Project - As Maven" and select pom.xml?
I cloned project using git clone from terminal . Then inside IntelliJ File>New>Project from existing source. There i selected that Git cloned Project and then clicked "open" button
Manish,
Please try to select pom.xml instead of project root folder. Then project should be imported as Maven and all configurations should be resolved.