...
Services now have their own life-cycle methods, similarly to their MVC counterparts. See the section Service LifeCycle for more information.
Service Configuration DSL
...
| Code Block | ||
|---|---|---|
| ||
griffon.config.locations = [
"classpath:${appName}-config.properties",
"classpath:${appName}-config.groovy",
"file:${userHome}/.griffon/${appName}-config.properties",
"file:${userHome}/.griffon/${appName}-config.groovy"] |
Section External Configuration Support covers this feature in more detail.
...