ApplicationContext.xml数据源使用,

<?xml version="1.0" encoding="UTF-8"?>
<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>
  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值