问题
I am trying to do the "Working a Getting Started guide with STS" (here: http://spring.io/guides/gs/sts/) using Spring Tool Suite (STS) (Version: 3.6.3.RELEASE), and there is no "Import Getting Started Content" wizard in the File menu. I try to import the "Spring Getting Started Content" and it says it's empty.
I just want to run through the tutorial in the link.

回答1:
Configure PROXY settings on Window -> Preferences -> Network Connections Change mode to Manual, enable for https, set proxy host and credentials.
Then change default Apache httpclient provider (used by Eclipse update) to JRE URLConnection based provider.
From version Eclipse Kepler (4.3) add system property
org.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
To start eclipse
eclipse -vmargs -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4
More info:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=422665 https://wiki.eclipse.org/Disabling_Apache_Httpclient
回答2:
I just try this and it works now, great!
Window -> Preferences -> Network Connections -> Change mode to Manual
回答3:
For me I have used
Window -> Preferences -> Network Connections -> Change mode to Direct
and it works now, great!
来源:https://stackoverflow.com/questions/27946339/spring-tool-suite-getting-started-guide-does-not-work