0

我正在使用 STS 学习 Spring Boot 并完成教程。本教程中的一个练习演示了包含 .groovy 控制器。为了让它运行,我需要安装 Groovy-Eclipse 功能,并且因为我在防火墙后面,所以我必须以 zip 格式下载更新站点并从本地安装。问题是 - STS 3.7.3 需要哪个版本的 Groovy-Eclipse,我可以从哪里下载压缩存档?

提前致谢

安格斯

4

2 回答 2

2

STS 3.7.3 基于 Eclipse Mars.2 (4.5.2) ( https://spring.io/blog/2016/03/01/spring-tool-suite-3-7-3-released )。

此处列出了每个 Eclipse 版本的 Groovy-Eclipse 更新站点:https ://github.com/groovy/groovy-eclipse/wiki 。

有关如何下载 Eclipse 更新站点的信息,请参阅:下载 Eclipse 插件更新站点以进行离线安装

于 2017-02-13T22:34:23.913 回答
0
Go to STS-> Help -> Install new Software -> add the below URL
http://dist.springsource.org/snapshot/GRECLIPSE/e4.5/

try with : http://dist.springsource.org/snapshot/GRECLIPSE/e4.5/ instead of https://dist.springsource.org/snapshot/GRECLIPSE/e4.5/

Ref for Use one of the following update sites depending on your version of Eclipse: https://github.com/groovy/groovy-eclipse/wiki/3.5.0-Release-Notes 

https is giving the error like "Unable to read repository at https://dist.springsource.org/snapshot/GRECLIPSE/e4.5/content.xml.
Unable to read repository at https://dist.springsource.org/snapshot/GRECLIPSE/e4.5/content.xml.
PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target"
于 2021-12-14T07:52:21.363 回答