- Go to local git repository, create a new folder for your project
- On command line inside this new folder type >git init
- Open STS, Import > Git > Projects from Git > Existing local repository
- Pick your new git repository you just made, click Next
- Import using the New Project wizard
- Choose Spring Boot > Spring Starter Project.
- Copy all the contents of the newly created project to the local git repository manually using Windows Explorer etc.
- Commit the new files to the local repository.
- Push to remote repository on GitHub if required.
- Open STS, Import > Git > Projects from Git > Existing local repository.
- Pick your new git repository you just made, click Next.
- Import using the Import existing Eclipse Project.
- Run As > Spring Boot App, and all should be working.
There must be an easier way that manually copying… but you need to be in a Work-space to use the New Spring Boot project wizard.