Your work is going to fill a large part of your life, and the only way to be truly satisfied is to do what you believe is great work. And the only way to do great work is to love what you do.
-- Steve Jobs

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