0

I'm learning Spring Boot using STS and working through a tutorial. One of the exercises in the tutorial demonstrates the inclusion of a .groovy controller. For it to run, I need to install the Groovy-Eclipse feature and, because I'm behind a firewall, I have to download the update site as a zip and install from local. The question is - which version of Groovy-Eclipse do I need for STS 3.7.3, and where can I download the zipped archive from?

Thanks in advance

Angus

angusrose
  • 143
  • 1
  • 3
  • 13

2 Answers2

2

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

The Groovy-Eclipse update sites for every Eclipse version are listed here: https://github.com/groovy/groovy-eclipse/wiki.

For howto download an Eclipse update site see: Downloading Eclipse plug-in update sites for offline installation.

Community
  • 1
  • 1
René Scheibe
  • 1,970
  • 2
  • 14
  • 20
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"
MJR
  • 31
  • 1
  • 9