Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-neo4j
/
examples
/
grails3-neo4j-hibernate
/
grails-app
/
init
/
BootStrap.groovy
blob: 1287daee1d8fdd06938bcf2d28c6faab96489ddd [
file
] [
log
] [
blame
]
class
BootStrap
{
def
init
=
{
servletContext
->
}
def
destroy
=
{
}
}