10 lines
104 B
Groovy
Raw Normal View History

package grails
class BootStrap {
def init = { servletContext ->
}
def destroy = {
}
}