java-tutorials/spring-groovy-config/config/groovyPropConfigWithClosure...

8 lines
153 B
Groovy

import com.baeldung.spring_groovy_config.TestClassB
beans{
testClassB(TestClassB){
testStringB = "Test String"
testIntB = 10
}
}