Skip to content

Instantly share code, notes, and snippets.

@halfbaked
Created December 11, 2012 21:01
Show Gist options
  • Save halfbaked/4262104 to your computer and use it in GitHub Desktop.
Save halfbaked/4262104 to your computer and use it in GitHub Desktop.
How to include Config Partials placed in src/java (Grails)
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