Wednesday, August 10, 2011

Extending multiple grails DataSources in DataSources.groovy? - Stack Overflow

Extending multiple grails DataSources in DataSources.groovy? - Stack Overflow

Every environment you define in DataSource.groovy extends the base dataSource definition at the root of the file, outside of environments.

I have two specific configurations that I need to apply to a number of different environments which have minor environment-specific changes. Really, I need two "base definitions", or some way to extend existing definitions.

How do I do what I'm trying to do?


No comments:

Post a Comment