java - Is a new Spring context being created when resources are imported in main applicationContext? -
just want know new spring context being created when resources imported in main applicationcontext isolated main scope?
or child parent relation established between main , imported context? in applicationcontext.xml
import resource="test-cache.xml" import resource="test-datasource.xml"
Comments
Post a Comment