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

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -