Spring之配置文件中引入其它配置文件


<beans>
...

<!--引入其它配置文件-->
<import resource="classpath:com/helloworld/beans.xml"/>
...
</beans>
原文地址:https://www.cnblogs.com/gongxr/p/8252803.html