BootStrap.groovy 95 B

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