Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-mongodb
/
examples
/
test-data-service
/
grails-app
/
conf
/
spring
/
resources.groovy
blob: d94bd3cf9739e0cf2825943090096d02a42b0e85 [
file
] [
log
] [
blame
]
// Place your Spring DSL code here
//noinspection GrPackage
beans
=
{
restAuthenticationSuccessHandler
(
example
.
LoginAuthenticationSucessHandler
)
{
testService
=
ref
(
'testService'
)
}
testBean
(
example
.
TestBean
)
}