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

Posted 星瑞的随笔

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring之配置文件中引入其它配置文件相关的知识,希望对你有一定的参考价值。


<beans>
...

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

 

以上是关于Spring之配置文件中引入其它配置文件的主要内容,如果未能解决你的问题,请参考以下文章

Java框架之Spring01-IOC-bean配置-文件引入-注解装配

6.Spring系列之Bean的配置3

spring配置文件---之数据库切换

spring之如何在web应用中使用?

180623-SpringBoot之logback配置文件

Spring将多个配置文件引入一个配置文件中