Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Project References



Key Concepts


Grails 6.

...

2.2 Guide


Grails 6.2.2 Documentation on Books and Authors Controllers - Quickstart Guide


Quickstart Web app Scaffolding from Domain classes with Gradle

To quickly initiate your Grails project, you can employ the runCommand Gradle task. This task allows you to generate the essential structure of an application swiftly. Specifically, when running the following command, you can create a controller (including its unit tests) and the associated views for your application:

$ ./gradlew runCommand -Pargs="generate-all myapp.Book"

Implement business logic in service classes with Controller classes only managing request flow

...

https://guides.grails.org/discriminator-per-tenant/guide/index.html

https://guides.grails.org/database-per-tenant/guide/index.html

Build a Spring Boot application with Grails

Grails builds on Spring concepts

Scaffolding Views from Book class

Deploy as war or jar file


Grails Training

grails v4x books - authors 4 days
http://docs.grails.org/latest/

...