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.
Articles, notes and random thoughts on Software Development and Technology
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.