引入db.properties

    <!--加载db.properties文件-->
    <context:property-placeholder location="classpath:properties/db.properties"/>

引入其他xml文件

<import resource="classpath:spring-dao.xml"/>

 

相关文章: