How to open a existing Spring Maven (made with netbeans )project .
Answered
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 .
Please sign in to leave a comment.
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.