We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b43eb commit e986581Copy full SHA for e986581
src/grails/grails-app/conf/ApplicationBootStrap.groovy
@@ -0,0 +1,7 @@
1
+class ApplicationBootStrap {
2
+
3
+ def init = { servletContext ->
4
+ }
5
+ def destroy = {
6
7
+}
0 commit comments