且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

进口Grails如何投射到Intellij 13.1 IDEA?

更新时间:2023-09-18 13:29:46

先决条件:您需要IntelliJ IDEA终极版才能获得Grails支持(请参阅社区/终极版比较

Prerequisite: you need the Ultimate Edition of IntelliJ IDEA to get Grails support (see Frameworks and Technologies in the community/ultimate edition comparison)

使用终极版你...


  1. 使用文件/打开.. 打开项目

  2. 点击配置SDK 链接显示在右上角的绿色弹出窗口中( Grails SDK找不到:模块'import'没有Grails SDK。配置SDK

  3. 创建Grails SDK

  4. 如果绿色弹出窗口不再可见,您可以打开事件记录(右下角)。在那里你会看到弹出的消息,你可以在3点继续。

  1. use File/Open.. to open the project
  2. click the Configure SDK link in the green popup that appears on the top right (Grails SDK not found: Module 'import' has no Grails SDK. Configure SDK)
  3. create the Grails SDK
  4. if the green pop up is not visible anymore you can open the Event Log (bottom right). There you will find the message from the pop up and you can continue at 3.