454647484950515253
@Override protected void loadProperties(Properties props) throws IOException { Config config = grailsApplication.getConfig(); if (config != null) { props.putAll(config.toProperties()); } } }