Grails, Technology

Application configurations setting in Grails 3

Grails has done lot of changes with its latest release in Grails 3, using configuration is one of them. Now we can write application configurations in application.yml and application.groovy as well and to read these property we can need to write the following code. [code] class ExampleController { GrailsApplication...

by Uday Pratap Singh
Tag: application configuration
09-Jun-2015