Sign in
apache
/
grails-data-hibernate6
/
refs/heads/7.0.x
/
.
/
examples
/
test-data-service
/
grails-app
/
conf
/
spring
/
resources.groovy
blob: fe2abe800ea5fda8642d3fd0e5ade1d1dc61f5ba [
file
] [
log
] [
blame
]
import
example
.
LoginAuthenticationSucessHandler
import
example
.
TestBean
// Place your Spring DSL code here
beans
=
{
restAuthenticationSuccessHandler
(
LoginAuthenticationSucessHandler
)
{
testService
=
ref
(
'testService'
)
}
testBean
(
TestBean
)
}