I need read configuration from a external file properties in grails 3. In grails 2.x I link the file with:
grails.config.locations = [\"classpath:config.propert
You can use def cfg = new ConfigSlurper.parse(getClass().classLoader.getResource('path/myExternalConfigfile.groovy'))