2.5 Convention over Configuration - Reference Documentation
Authors: Andres Almiray
Version: 1.2.0
2.5 Convention over Configuration
Griffon uses "convention over configuration" to configure itself. This typically means that the name and location of files is used instead of explicit configuration, hence you need to familiarize yourself with the directory structure provided by Griffon.Here is a breakdown and links to the relevant sections:griffon-app
- top level directory for Groovy sources.conf
- Configuration sources.models
- Models.views
- Views.controllers
- Controllers.services
- Services.resources
- Images, properties files, etc.i18n
- Support for internationalization (i18n).scripts
- Gant scripts.src
- Supporting sources.main
- Other Groovy/Java sources.test
- Unit and integration tests.