Created
December 11, 2012 21:01
-
-
Save halfbaked/4262104 to your computer and use it in GitHub Desktop.
How to include Config Partials placed in src/java (Grails)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
grails.config.locations = [ "classpath:Config-core-main.groovy", | |
"classpath:Config-core-logging.groovy", | |
"classpath:Config-core-sec.groovy" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment