Statistics
| Revision:

root / hci / trunk / eneraptor-web-app / grails-app / conf / BootStrap.groovy @ 2

History | View | Annotate | Download (88 Bytes)

1
class BootStrap {
2

    
3
    def init = { servletContext ->
4
    }
5
    def destroy = {
6
    }
7
}