加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ApplicationContext.xml数据源使用,

发布时间:2020-12-16 05:22:13 所属栏目:百科 来源:网络整理
导读:?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.s
<?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>

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读