Raja Nagendra Kumar
Raja Nagendra Kumar

Reputation: 790

Does Spring STS 3.7 support grails extension

Does Spring STS 3.7 on Eclipse (mars) 4.5 support grails integration. In this version of STS dashboard, 'Grails Support' extension not available.

enter image description here

Upvotes: 4

Views: 2109

Answers (1)

Martin Lippert
Martin Lippert

Reputation: 6508

The Grails IDE extension is no longer supported and doesn't ship with new versions of the Spring Tool Suite anymore (as mentioned in the n&n documentation). However the last version of GGTS (which includes the Grails support) is still available from here: https://spring.io/tools/ggts/all.

The discontinued development of the GGTS distribution (including Groovy-Eclipse and the Grails IDE) is described and discussed here: http://docs.spring.io/sts/nan/v364/NewAndNoteworthy.html

Upvotes: 3

Related Questions