Install eclipse groovy plugin

http://dist.springsource.org/release/GRECLIPSE/e4.4/

<dependency>
    <groupId>org.codehaus.groovy</groupId>
    <artifactId>groovy-all</artifactId>
    <version>2.4.6</version>
</dependency>

原文地址:https://www.cnblogs.com/kill0001000/p/4720841.html