[email protected]@.BootStrap.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of base Show documentation
Show all versions of base Show documentation
A profile for other profiles to extend from
The newest version!
package @grails.codegen.defaultPackage@
class BootStrap {
def init = { servletContext ->
}
def destroy = {
}
}