ApplicationContext.xml數據源使用,


<beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:sec="http://www.springframework.org/schema/security"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
                        http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-2.0.xsd" default-autowire="no" default-dependency-check="none" default-merge="false"  default-lazy-init="false" >
   <!--框架必須文件 -->
   
   <!--配置文件引入的變量 ,以 ${變量名} 的方式使用-->
<bean id="placeholderConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">   
<property name="systemPropertiesModeName" value="SYSTEM_PROPERTIES_MODE_OVERRIDE" />
<property name="ignoreResourceNotFound" value="true" />
<property name="locations">
   <list>
    <!--應用部署配置文件中引入的變量 -->
       <value>classpath:conf/applicationDeployment.properties</value>
       <value>classpath:conf/pcisv6DataSource.properties</value>
   </list>
</property>
</bean>

        <!-- 總控點 各子模塊獨立發佈時注意修改這四個文件-->
        <import resource="biz-context-hibernate.xml"/>
        <import resource="biz-context-core.xml"/>
        <import resource="applicationContext-spring-security.xml"/>
        <!-- <import resource="applicationContext-spring-security-cas-ns.xml"/>--> <!-- 啓用單點登錄時使用些配置文件-->
        <!-- 總控點================================================= -->
        
        <!-- 基礎設置,權限,機構相關 -->
        <import resource="biz-context-tool.xml"/>
        <import resource="classpath:com/isoftstone/pcis/sys/res/biz-context-sys-right.xml"/>
        <import resource="classpath:com/isoftstone/pcis/sys/res/biz-context-sys-common.xml"/>
        <import resource="classpath:com/isoftstone/pcis/sys/res/biz-context-sys-fin.xml"/>
        <import resource="classpath:com/isoftstone/pcis/sys/res/biz-context-cus.xml"/>
        <import resource="classpath:com/isoftstone/pcis/sys/res/biz-context-org.xml"/>
        <!-- 基礎設置,權限,機構相關======================================================= -->


    <!-- 框架必須文件================================================================================= -->




     <!-- 各子模塊文件 -->


        <!-- 產品相關 -->
        <import resource="classpath:com/isoftstone/pcis/prod/res/biz-context-prod.xml"/>
        <import resource="classpath:com/isoftstone/pcis/prod/res/biz-context-prodvstool.xml"/>
        <!-- 產品相關========================================================================= -->



        
        <!-- 承保相關 -->
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-policy-config-endorse.xml"/>
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-policy.xml"/>
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-policy-upload.xml"/>
        <import resource="classpath:com/isoftstone/pcis/product/res/biz-context-product*.xml"/>
        <import resource="classpath:com/isoftstone/pcis/underwrite/res/biz-context-underwrite.xml"/>
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-quick-app.xml"/>


        <!-- kwh 自動定價相關配置起始 -->
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-qte-app.xml"/>
        <!-- kwh 自動定價相關配置結束 -->
        
        <!-- 原來的平臺 
        <import resource="classpath:com/isoftstone/pcis/intf/res/biz-context-intf.xml"/>-->
        <!-- hjt add使用platform配置文件 -->
        <import resource="classpath:com/isoftstone/pcis/platform/res/biz-context-policy-platform.xml"/>
        <import resource="classpath:com/isoftstone/pcis/finance/res/biz-context-finance*.xml"/>
        <!--<import resource="classpath:com/isoftstone/pcis/reinsure/res/biz-context-riskunit.xml"/> 再保接口 -->
        
        <!-- chencj 2011-05-19 add 承保寫銷售 -->
        <import resource="classpath:com/isoftstone/pcis/forsales/res/biz-context-forsales.xml"/>
        
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-policy-proxy.xml"/>
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-policy-prod-base.xml"/>
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-policy-prod-agro.xml"/>
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-policy-prod-ah.xml"/>
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-policy-prod-invest.xml"/>
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-policy-prod-prop.xml"/>
        <import resource="classpath:com/isoftstone/pcis/policy/res/biz-context-policy-prod-vhl.xml"/>
        
        
        <!-- 承保相關==================================================== -->


        <!-- 規則相關 -->
        <import resource="classpath:com/isoftstone/pcis/res/biz-context-undr.xml"/>
        <import resource="classpath:com/isoftstone/pcis/res/biz-context-premium.xml"/>
        <import resource="classpath:com/isoftstone/pcis/res/biz-context-emrlevel.xml"/>
        <!-- 規則相關==================================================== -->


        <!-- 單證管理==================================================== -->
        <import resource="classpath:com/isoftstone/pcis/vch/res/biz-context-vch.xml"/>
        <!-- 單證管理==================================================== -->




        <!-- 工作流==================================================== -->
        <import resource="classpath:com/isoftstone/pcis/jbpm/res/biz-context-jbpm.xml"/>
        <!-- 工作流==================================================== -->


        <!-- 收付 ==================================================== -->
        <import resource="classpath:com/isoftstone/pcis/fin/res/biz-context-fin-rp.xml"/>
        <!-- 收付 ==================================================== -->


 
<!-- 見費出單相關 =============================================== -->
  <import resource="classpath:com/isoftstone/pcis/payseemoney/res/biz-context-policy-payseemoney.xml"/>
<!-- 見費出單相關 =============================================== -->
   
    <!-- 收付WebService 接口相關配製 -->
    <import resource="classpath:com/isoftstone/pcis/fin/res/biz-context-fenet-fin.xml"/>
    <!-- 系統性能監控 -->
    <import resource="classpath:com/isoftstone/monitor/foreground/res/biz-context-monitor.xml" />
    <!-- 再保承保數據傳入接口 -->
    <import resource="classpath:com/isoftstone/pcis/reinsure/res/biz-context-carToReinsure.xml" />
    <!-- 新能源配置 -->
    <import resource="classpath:com/isoftstone/pcis/vstaxlevy/res/biz-context-policy-VstaxLevy.xml"/>
   
    <!-- 反洗錢信息補錄 =============================================== -->
  <import resource="classpath:com/isoftstone/pcis/mendRecord/res/biz-context-policy-mendRecord.xml"/>
    <!-- 各子模塊文件============================================================================== -->
</beans>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章