Sign in
apache
/
grails-data-mapping
/
ecc608831967aee5f035b1bba28dee848aaa93e7
/
.
/
grails-data-hibernate5
/
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
)
}