1class BootStrap {
2
3    def init = { servletContext ->
4    }
5    def destroy = {
6    }
7}
8