Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-mongodb
/
examples
/
database-per-tenant
/
grails-app
/
init
/
functional
/
tests
/
Application.groovy
blob: d259eded6751262698b10b692009f83736630182 [
file
] [
log
] [
blame
]
package
functional
.
tests
import
grails
.
boot
.
GrailsApp
import
grails
.
boot
.
config
.
GrailsAutoConfiguration
class
Application
extends
GrailsAutoConfiguration
{
static
void
main
(
String
[]
args
)
{
GrailsApp
.
run
(
Application
,
args
)
}
}