How to load entire folder of xml files for configuration in Spring?
Is there a way to tell Spring to look up for xml files with configuration (application context, beans, etc) in entire folder by specifying only the folder'开发者_JS百科s name? I intend to use such an approach for quick module integration.
<import resource="folder/*.xml" />
精彩评论