Skip to content

Commit

Permalink
BootStrap servletContext refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
gsartori committed Feb 3, 2025
1 parent 9818d7a commit dcba1c3
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,16 @@

package @project.getPackageName()

import jakarta.servlet.ServletContext

class BootStrap {

def init = { servletContext ->
ServletContext servletContext

def init = {
}

def destroy = {
}

}

0 comments on commit dcba1c3

Please sign in to comment.