Skip to content

Grails 3.1 Milestone 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@graemerocher graemerocher released this 14 Sep 13:42
· 5094 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, with support for the following features:

  • REST scaffolding
  • JSON / Markup Views
  • REST Reduced dependencies

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.