Can not to import SpringBoot Project into Eclipse IDE

Viewed 4928

I have tried to create a new SpringBoot Project by using the Spring Initializr. I choose Java version (language as well), Spring Boot version and all required dependencies. Download the zip file (and unzip it), and after that I ask IDE (I use Eclipse IDE) to import this project, but my IDE does not find the project file. Below I will attach image, perhaps it will help you. If you ever met this problem, share your knowledge please)

It is me IDE

1 Answers

Can you check if Maven is installed and configured correctly on the installation path in the Window -> Preferences -> Maven -> Installations tab.

Maven Installation path configured properly

Also please try if you can import the project either as a Maven project:

enter image description here

If not please try to import the project as a file system as below and see if it succeeds,

enter image description here

Related