Spring STS Grails support: importing an existing Grails project

To import an existing Grails project into STS, add the .classpath & .project files that Eclipse requires by running this in the root of your existing project first:

grails integrate-with --eclipse

and then import the project into Eclipse as normal.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.