Skip to content

Grails 3.0.7

Compare
Choose a tag to compare
@graemerocher graemerocher released this 14 Sep 14:30
· 5209 commits to 7.0.x since this release

Release Notes

This release features the first version of the web-api profile for creating REST applications. This profile will evolve further in Grails 3.1. To create a new REST application run:

$ grails create-app myapp --profile=web-api

See interactive mode command completion for the new commands specific to the web-api profile.