Externalize quartz config in grails
        Posted  
        
            by Mike
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Mike
        
        
        
        Published on 2010-06-03T16:41:32Z
        Indexed on 
            2010/06/03
            16:44 UTC
        
        
        Read the original article
        Hit count: 191
        
Hello, I'm trying to externalize the QuartzConfig.groovy
I want to be able to set autoStartup to true or false with an external file.
In Config.groovy it is possible to use the grails.config.locations and set properties file that override the properties. Is there something like this in QuartzConfig.groovy ?
Thank you
© Stack Overflow or respective owner