How to use an existing Spring 3.0.5 project in STS?

Unlike IDEA, which has options for using existing sources, STS is not like options for using an existing project. I do not want to create new project source folders and bin folders. I already have a Maven POM, and I want STS to just use this. How can I do this without ruining my existing project?

thanks

+4
source share
1 answer

Could you try to do "File / Import", you should see this entry in the menu:

alt text

If this is a maven project that you can import using POM ("Maven Projects"), if it is an eclipse project, you can use "Existing projects in the workspace".

+12
source

All Articles