Import github project into STS (Spring)

Asked

Viewed 1,579 times

0

I’m having a hard time importing a spring project from github, and I can successfully import the project when it’s eclipse Oxygen from the java perspective (Desktop).


Procedure used for importing :

  • I go in the folder of my Sts that are my projects
  • I use the init command

  • I use the remote add origin server command (Synchronize my git with github)

  • I use the clone command (to download my project from github)

  • Import->General->Existing Projects in worckspace->Select root directory

  • I go in the folder where I cloned the project

    ERROR

No Projects are found to import

Project you would like to download

  • what are the project settings? is it an eclipse project? is it a Maven project? Gradle?

  • I managed to resolve had forgotten to close the question,had to matter as Maven

1 answer

1


It was not important ,as it is a Maven project or has to import as Maven ->Existing Maven Projects

  • Valeu Felipe!!!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.