Skip to content

Commit

Permalink
Merge pull request #507 from gsartori/7.0.x
Browse files Browse the repository at this point in the history
BootStrap servletContext refactoring
  • Loading branch information
jdaugherty authored Feb 19, 2025
2 parents 6c00aee + dcba1c3 commit 1972cf7
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 1972cf7

Please sign in to comment.