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 . 

0
3 comments

Hello Manish,

How did you import the project? Have you tried to use "Import Project - As Maven" and select pom.xml?

0
Avatar
Permanently deleted user

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 

0

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.

 

0

Please sign in to leave a comment.