0

STS を使用して Spring Boot を学習し、チュートリアルに取り組んでいます。チュートリアルの演習の 1 つは、.groovy コントローラーの組み込みを示しています。それを実行するには、Groovy-Eclipse 機能をインストールする必要があります。また、ファイアウォールの背後にいるため、更新サイトを zip としてダウンロードして、ローカルからインストールする必要があります。問題は、STS 3.7.3 に必要な Groovy-Eclipse のバージョンと、圧縮されたアーカイブをどこからダウンロードできるかということです。

前もって感謝します

アンガス

4

2 に答える 2

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 に答える