Creating a New Web Application with Grails Framework Support
See Also
The Grails framework libraries and supporting files are bundled with the IDE.
To create a new web application with Grails support:
- Choose Tools > Options > Miscellaneous and
set your Grails installation directory in the Grails tab.
- Choose File > New Project (Ctrl-Shift-N). The New Project wizard displays.
- Under Categories select Groovy, then under Projects, select Grails Application. Click Next.
- Set a project name and location. Click Finish.
The IDE creates a new Grails application and displays its structure
in the Projects window.
- See Also
- About Grails Framework Support
Legal Notices