
25
Feb, 15
Grails Goodness:Multiple BootStraps file
In Grails if we want to execute code on application startup and stop time . We just need to write our code in grails-app/conf/BootStrap.groovy file.Here we have two closure. 1. init :- Here we write code that we have need to execute at application startup time....
Recent Comments