Saturday, 27 December 2014

Grails : How to access config file details in controller

// The config file is in the format as follows:

// SMS Settings IN Config
app{
sms{
senderId = "KRISHNA"
}
}

// senderId access as follows : grailsApplication.config.app.sms.senderId

No comments:

Post a Comment