The document describes setting up a Grails application with domain classes, controllers, and MyBatis integration for database access. It includes:
1) Creating a Grails application, domain class, and scaffolding controller.
2) Configuring plugins and dependencies for Spring Boot and MyBatis.
3) Defining domain classes for Book and ISBN with constraints and mappings.
4) Implementing mappers and XML mapping files for MyBatis.
5) Creating repository interfaces and services to abstract data access.
1 of 68
Downloaded 27 times
More Related Content
Grailsでドメイン駆動設計を実践する時の勘所
3.
9. $ grails create-app helloworld
$ cd helloworld
$ grails create-domain-class hello
$ vi ./grails-app/domain/helloworld/
Hello.groovy