I'd like to make my Bootstrap dependant on the createdb property in the grails DataSource.groovy file. When the setting is 'create', new Master Data should be generated, if the setting is 'update', none.
I've found GrailsDataSource in the Grails API which also has a method getCreateDb, but I don't know how to access it from the Bootstrap for the respective Bootstrap environment.