Last updated by admin 3 years ago
These are special properties and closures used to configure Grails artifacts.
ApplicationBootstrap
Since: <= 0.2 Properties: none. Closures:- destroy
- init
Codecs
Since: 0.4 Properties: none. Closures:- encode
Controllers
Since: <= 0.2 Properties:- allowedMethods
- scaffold
- beforeInterceptor
- index
- ..
DataSources
Since: <= 0.2 Properties:- configClass
- dbCreate
- dialect
- driverClassName
- logSql
- password
- pooling
- url
- username
Domains
Since: <= 0.2 Properties:- belongsTo
- constraints
- hasMany
- mappedBy
- optionals
- transients
- withTable
- ...
Jobs
Since: <= 0.3 Properties:- cronExpression
- group
- name
- startDelay
- timeout
- ...
Services
Since: <= 0.3 Properties:- available
- byName
- transactional
- ...



