Introduction to Grails 6

Grails 6 builds on Groovy and Micronaut to provide a fast, convention-driven web framework on the JVM. It emphasizes:

Install

Recommended: SDKMAN

curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install grails 6.0.0

Create a new app

grails create-app bookstore --profile web
cd bookstore
grails run-app

Project layout

Key folders: