Grails 3.0.6
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.