你好 用inteljidea怎么建立groovy程序呢 就是工程会包含什么controlle domain view
2个回答
展开全部
第一个问题:
IntelliJ-IDEA已经自带了对Groovy程序的支持,你只需新建一个Maven工程,并在pom.xml中声明增加gmaven插件就行:
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
<version>1.5</version>
</plugin>
第二个问题:
关于对Grails的支持,官网上已经写的很明白:
The JetGroovy plugin is now bundled with IDEA and split into two parts.
The Groovy language support comes with free open-source IntelliJ IDEA
Community Edition, and the Grails/Griffon support comes with Ultimate
edition. No separate JetGroovy releases will be made.
要包含controlle domain view的工程,需要用Grails执行两个命令:
grails create-app hello-world
cd hello-world
grails integrate-with --intellij
展开全部
IntelliJ IDEA需要安装JetGroovy插件。
安装好插件之后,
在FILE->NEW后选择“Create project from scratch
然后在Select Type中就可以选择"Grails Application"了,
这时新建的就是GRAILS程序。会自动包含controller domain view
在相应的部分按右键New->菜单下会包含Grails的domain controller service scipt taglib gsp这么六种文件选项。
安装好插件之后,
在FILE->NEW后选择“Create project from scratch
然后在Select Type中就可以选择"Grails Application"了,
这时新建的就是GRAILS程序。会自动包含controller domain view
在相应的部分按右键New->菜单下会包含Grails的domain controller service scipt taglib gsp这么六种文件选项。
来自:求助得到的回答
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询