Spring Tool Suite 入门指南不起作用

2024-02-12

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

I just want to run through the tutorial in the link. enter image description here


配置代理设置窗口 -> 首选项 -> 网络连接将模式更改为手动,启用 https,设置代理主机和凭据。

Then 更改默认的 Apache httpclient 提供程序(由 Eclipse 更新使用)到基于 JRE URLConnection 的提供程序。

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

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

启动日食

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

本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

Spring Tool Suite 入门指南不起作用 的相关文章

随机推荐