java - Spring Tool Suite 入门指南不起作用

标签 java eclipse spring-tool-suite

我正在尝试使用 Spring Tool Suite (STS)(版本:3.6.3.RELEASE)执行“使用 STS 入门指南”(此处:http://spring.io/guides/gs/sts/),但没有“导入入门指南”文件菜单中的内容”向导。我尝试导入“Spring 入门内容”,但它说它是空的。

我只想浏览链接中的教程。 enter image description here

最佳答案

Window -> Preferences -> Network Connections 上配置 PROXY 设置 将模式更改为手动,启用 https,设置代理主机和凭据。

然后将默认的 Apache httpclient 提供者(由 Eclipse 更新使用)更改为基于 JRE URLConnection 的提供者。

从版本 Eclipse Kepler (4.3) 添加系统属性

org.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4

启动eclipse

eclipse -vmargs -Dorg.eclipse.ecf.provider.filetransfer.excludeContributors=org.eclipse.ecf.provider.filetransfer.httpclient4

更多信息:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=422665 https://wiki.eclipse.org/Disabling_Apache_Httpclient

关于java - Spring Tool Suite 入门指南不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27946339/

相关文章:

tomcat - 运行时环境在 Spring Tool Suite (STS) 上被禁用

android - Eclipse 继续以 Debug模式部署到设备

eclipse - m2e - 无法解析 'pom' 的依赖类型

java - Android studio Firebase数据库查询选中值

Java:catch语句中的标识符起什么作用?

java - 调试自定义 tomcat 领域

android - 设备语言为英文时如何加载arabic string.xml

java - 如何查看基于注释的配置的 Spring bean 依赖关系图

java - MongoDB:使用 Java 驱动程序按 ObjectId 查询

java - HashMap 中可以发生多少次重新哈希