java-Spring Tool Suite入门指南不起作用
作者:互联网
我正在尝试使用Spring Tool Suite(STS)(版本:3.6.3.RELEASE)来做“使用STS入门指南”(在这里:http://spring.io/guides/gs/sts/),并且在“导入入门内容”向导中没有文件菜单.我尝试导入“ Spring入门内容”,它说它是空的.
我只想浏览链接中的教程.
解决方法:
在窗口上配置代理设置->首选项->网络连接
将模式更改为“手动”,启用https,设置代理主机和凭据.
然后将默认的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://wiki.eclipse.org/Disabling_Apache_Httpclient
标签:eclipse,spring-tool-suite,java 来源: https://codeday.me/bug/20191028/1954946.html