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