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


<beans>
...

<!--引入其它配置文件-->
<import resource="classpath:com/helloworld/beans.xml"/>
...
</beans>

 

posted @ 2018-01-09 17:59  星瑞  阅读(200)  评论(0编辑  收藏  举报