简体   繁体   English

Grails 3 Eclipse支持

[英]Grails 3 eclipse support

i want to know if there any Eclipse IDE versions support Grails 3.3.2 , as i'm currently using Luna and tried to use this Grails version but i faced the below error, also tried Grails tool suite and got the same error. 我想知道是否有任何Eclipse IDE版本支持Grails 3.3.2 ,因为我目前正在使用Luna并尝试使用此Grails版本,但是我遇到了以下错误,还尝试了Grails tool suite并得到了相同的错误。 I tried it using intellij and worked fine without any exceptions 我使用intellij尝试,并且工作正常,没有任何异常

------System.err:-----------
Error: Could not find or load main class org.codehaus.groovy.grails.cli.support.GrailsStarter

many are saying that eclipse doesn't supports Grails 3 is that right ? 许多人说eclipse不支持Grails 3是吗? and how to work with Grails 3 on eclipse ? 以及如何在Eclipse中使用Grails 3

There is no such thing as Grails from the POV of IDE anymore. IDE的POV中再也没有Grails这样的东西了。 There is a Gradle project with a bunch of dependencies. 有一个Gradle项目,带有很多依赖项。 That means that things like GGTS are not needed (and therefore not supported). 这意味着不需要GGTS之类的东西(因此不受支持)。

For my Grails projects I use Eclipse Oxygen with Buildship (gradle support) and Groovy feature plugins. 对于我的Grails项目,我将Eclipse Oxygen与Buildship (渐变支持)和Groovy feature插件一起使用。

The only 2 things that I'm missing in my current setup is no autocomplete for dynamic finders and GSP. 当前设置中我仅缺少的两件事是动态查找程序和GSP不会自动完成。 The rest works just fine. 其余的一切都很好。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM