Sign in
apache
/
grails-data-hibernate6
/
64ae7f83bdaab85defa8c9469969299c896a5304
/
.
/
examples
/
grails-data-service
/
grails-app
/
conf
/
spring
/
resources.groovy
blob: a235f2c1b9dae2229d6460dd5bb02bd76216c6ed [
file
] [
log
] [
blame
]
import
example
.
ClassUsingAService
import
example
.
TestBean
// Place your Spring DSL code here
beans
=
{
classUsingAService
(
ClassUsingAService
)
{
testService
=
ref
(
'testService'
)
}
testBean
(
TestBean
)
}