8 lines
88 B
Groovy
Executable File
8 lines
88 B
Groovy
Executable File
class BootStrap {
|
|
|
|
def init = { servletContext ->
|
|
}
|
|
def destroy = {
|
|
}
|
|
}
|