简体   繁体   English

Spring Tool Suite入门指南不起作用

[英]Spring Tool Suite Getting Started guide does not work

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. 我正在尝试使用Spring Tool Suite(STS)(版本:3.6.3.RELEASE)执行“使用STS工作入门指南”(此处: http ://spring.io/guides/gs/sts/),并且“文件”菜单中没有“导入入门内容”向导。 I try to import the "Spring Getting Started Content" and it says it's empty. 我尝试导入“Spring入门内容”,它说它是空的。

I just want to run through the tutorial in the link. 我只是想在链接中浏览教程。 在此输入图像描述

Configure PROXY settings on Window -> Preferences -> Network Connections Change mode to Manual, enable for https, set proxy host and credentials. 窗口 - >首选项 - >网络连接更改模式下配置PROXY设置为手动,启用https,设置代理主机和凭据。

Then change default Apache httpclient provider (used by Eclipse update) to JRE URLConnection based provider. 然后将默认的Apache httpclient提供程序 (由Eclipse更新使用)更改为基于JRE URLConnection的提供程序。

From version Eclipse Kepler (4.3) add system property 从版本Eclipse Kepler(4.3)添加系统属性

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 https://bugs.eclipse.org/bugs/show_bug.cgi?id=422665 https://wiki.eclipse.org/Disabling_Apache_Httpclient

I just try this and it works now, great! 我试试这个,它现在有效,太棒了!

Window -> Preferences -> Network Connections -> Change mode to Manual 窗口 - >首选项 - >网络连接 - >将模式更改为手动

For me I have used 对我来说,我已经习惯了

Window -> Preferences -> Network Connections -> Change mode to Direct 窗口 - >首选项 - >网络连接 - >将模式更改为直接

and it works now, great! 它现在有效,太棒了!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM