第一:spring_bgt.xml文件
<?xml version="1.0" encoding="gbk"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mvc="http://www.springframework.org/schema/mvc"
xmlns:context="http://www.springframework.org/schema/context" xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd">
<!-- 预算编制-->
<bean name="basePayDao" class="com.mofit.bgtMgr.bgtExpMgr.basePayMgr.dao.BasePayDao" />
<bean name="basePayService" class="com.mofit.bgtMgr.bgtExpMgr.basePayMgr.service.BasePayService" >
<property name="basePayDao" ref="basePayDao"></property>
</bean>
<!-- 经济分类和标准项关系 -->
<bean name="ecoStdRefDao" class="com.mofit.bgtMgr.bgtExpMgr.ecoStdRef.dao.EcoStdRefDao" />
<bean name="ecoStdRefService" class="com.mofit.bgtMgr.bgtExpMgr.ecoStdRef.service.EcoStdRefService">
<property name="dao" ref="ecoStdRefDao"></property>
</bean>
<!-- 单位和功能分类对应关系 -->
<bean name="deptExpRefDao" class="com.mofit.bgtMgr.bgtExpMgr.deptExpRef.dao.DeptExpRefDao" />
<bean name="deptExpRefService" class="com.mofit.bgtMgr.bgtExpMgr.deptExpRef.service.DeptExpRefService">
<property name="deptExpRefDao" ref="deptExpRefDao"></property>
</bean>
<!-- 人员项目公式定义 -->
<bean name="expItemRefDao" class="com.mofit.bgtMgr.expItemRef.dao.ExpItemRefDao" />
<bean name="expItemRefService" class="com.mofit.bgtMgr.expItemRef.service.ExpItemRefService">
<property name="expItemRefDao" ref="expItemRefDao"></property>
</bean>
<!-- 数据源定义 -->
<bean name="dataSourceDao" class="com.mofit.bgtMgr.dataSourceMgr.dao.DataSourceDao" />
<bean name="dataSourceService" class="com.mofit.bgtMgr.dataSourceMgr.service.DataSourceService" >
<property name="dataSourceDao" ref="dataSourceDao"></property>
</bean>
<!-- 报表权限-->
<bean name="reportPermissDao" class="com.mofit.bgtMgr.bgtExpMgr.bgtReportMgr.reportPermissMgr.dao.ReportPermissDao" />
<bean name="reportPermissService" class="com.mofit.bgtMgr.bgtExpMgr.bgtReportMgr.reportPermissMgr.service.ReportPermissService" >
<property name="reportPermissDao" ref="reportPermissDao"></property>
</bean>
<!-- 报表定义 -->
<bean name="rptTempDefineDao" class="com.mofit.bgtMgr.reportTempDefine.dao.RptTempDefineDao" />
<bean name="rptTempDefineService" class="com.mofit.bgtMgr.reportTempDefine.service.RptTempDefineService" >
<property name="rptTempDefineDao" ref="rptTempDefineDao"></property>
</bean>
<!-- 预算套表查询 -->
<bean name="bgtRptQueryDao" class="com.mofit.bgtMgr.bgtReportQuery.dao.BgtRptQueryDao" />
<bean name="bgtRptQueryService" class="com.mofit.bgtMgr.bgtReportQuery.service.BgtRptQueryService">
<property name="bgtRptQueryDao" ref="bgtRptQueryDao"></property>
</bean>
<!-- 预算编制流程 -->
<bean name="bgtWfDao" class="com.mofit.bgtMgr.bgtWf.dao.BgtWfDao"/>
<bean name="bgtWfService" class="com.mofit.bgtMgr.bgtWf.service.BgtWfService" >
<property name="bgtWfDao" ref="bgtWfDao"></property>
</bean>
<!--总财力维护 -->
<bean name="bgtFundDao" class="com.mofit.bgtMgr.bgtFund.dao.BgtFundDao"/>
<bean name="bgtFundService" class="com.mofit.bgtMgr.bgtFund.service.BgtFundService" >
<property name="bgtFundDao" ref="bgtFundDao"></property>
</bean>
<bean name="fundMgrDao" class="com.mofit.bgtMgr.bgtFund.dao.FundMgrDao"/>
<bean name="fundMgrService" class="com.mofit.bgtMgr.bgtFund.service.FundMgrService" >
<property name="fundMgrDao" ref="fundMgrDao"></property>
</bean>
<!--预算参考数编制 -->
<bean name="bgtReferDao" class="com.mofit.bgtMgr.bgtRefer.dao.BgtReferDao"/>
<bean name="bgtReferService" class="com.mofit.bgtMgr.bgtRefer.service.BgtReferService" >
<property name="bgtReferDao" ref="bgtReferDao"></property>
</bean>
<!-- 部门指标回收-->
<bean name="bgtbackDao" class="com.mofit.bgtMgr.bgtBack.dao.BgtbackDao" />
<bean name="bgtbackService" class="com.mofit.bgtMgr.bgtBack.service.BgtbackService">
<property name="bgtbackDao" ref="bgtbackDao"></property>
</bean>
<!-- 指标年终结转标记-->
<bean name="bgtJuncMarkDao" class="com.mofit.bgtMgr.bgtBack.dao.BgtJuncMarkDao" />
<bean name="bgtJuncMarkService" class="com.mofit.bgtMgr.bgtBack.service.BgtJuncMarkService">
<property name="bgtJuncMarkDao" ref="bgtJuncMarkDao"></property>
</bean>
<!--指标文模板配置 -->
<bean name="bgtFileDao" class="com.mofit.bgtMgr.bgtFile.dao.BgtFileDao"/>
<bean name="bgtFileService" class="com.mofit.bgtMgr.bgtFile.service.BgtFileService">
<property name="bgtFileDao" ref="bgtFileDao"></property>
</bean>
<!-- 预算草案表 -->
<bean name="bgtDraftDao" class="com.mofit.bgtMgr.bgtdraft.dao.BgtDraftDao"/>
<bean name="bgtDraftService" class="com.mofit.bgtMgr.bgtdraft.service.BgtDraftService">
<property name="bgtDraftDao" ref="bgtDraftDao"></property>
</bean>
<!-- 预算编制单位关系设置 -->
<bean name="bgtDeptRefDao" class="com.mofit.bgtMgr.bgtDeptRef.dao.BgtDeptRefDao"/>
<bean name="bgtDeptRefService" class="com.mofit.bgtMgr.bgtDeptRef.service.BgtDeptRefService">
<property name="bgtDeptRefDao" ref="bgtDeptRefDao"></property>
</bean>
<!-- 预算支出执行情况-->
<bean name="expImptMgrDao" class="com.mofit.bgtMgr.expImptMgr.dao.ExpImptMgrDao" />
<bean name="expImptMgrService" class="com.mofit.bgtMgr.expImptMgr.service.ExpImptMgrService">
<property name="expImptMgrDao" ref="expImptMgrDao"></property>
</bean>
<!-- 政府采购预算 -->
<!-- <bean name="bgtZfcgDao" class="com.mofit.bgt.zfcg.dao.BgtZfcgDao" />
<bean name="bgtZfcgService" class="com.mofit.bgt.zfcg.service.BgtZfcgService">
<property name="dao" ref="bgtZfcgDao"></property>
</bean> -->
<!-- 预计支出录入功能 -->
<bean name="bgtPayEntryDao" class="com.mofit.bgtMgr.bgtPayEntry.dao.BgtPayEntryDao" />
<bean name="bgtPayEntryService" class="com.mofit.bgtMgr.bgtPayEntry.service.BgtPayEntryService">
<property name="bgtPayEntryDao" ref="bgtPayEntryDao"></property>
</bean>
<!-- 专管员财力申请 -->
<bean name="zgyFundApplayDao" class="com.mofit.bgtMgr.bgtFund.dao.ZgyFundApplayDao" />
<bean name="zgyFundApplayService" class="com.mofit.bgtMgr.bgtFund.service.ZgyFundApplayService">
<property name="zgyFundApplayDao" ref="zgyFundApplayDao"></property>
</bean>
<!-- 指标文 -->
<bean id="bgtDocDao" class="com.oa.bgtDoc.dao.BgtDocDao" />
<bean id="bgtDocService" class="com.oa.bgtDoc.service.BgtDocService">
<property name="dao" ref="bgtDocDao" />
</bean>
</beans>
第二:applicationContext_main.xml文件
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context"
xmlns:tx="http://www.springframework.org/schema/tx" xmlns:jee="http://www.springframework.org/schema/jee"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.1.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-3.1.xsd
http://www.springframework.org/schema/jee http://www.springframework.org/schema/jee/spring-jee-3.1.xsd">
<import resource="applicationContext_common.xml" />
<import resource="applicationContext_mvc.xml" />
<import resource="applicationContext_database.xml" />
<import resource="applicationContext_wf.xml" />
<import resource="applicationContext_cache.xml" />
<import resource="applicationContext_pub.xml" />
<!-- office -->
<import resource="applicationContext_office.xml" />
<!-- 流程配置 -->
<import resource="spring_bgt.xml" />
<import resource="spring_item.xml" />
<import resource="spring_standard.xml" />
<import resource="application_client.xml" />
<import resource="applicationContext_bus.xml" />
</beans>
相关推荐
**SourceInsight 4.0配置文件详解** SourceInsight是一款强大的源代码分析和编辑工具,尤其在编程语言如C/C++、Java、C#等领域中广泛应用。它提供了高效的代码浏览、查找、编辑和理解功能,是软件开发人员提高工作...
INI 配置文件的保存和读取 INI 配置文件是一种常见的文件格式,用于存储程序的配置信息。它是一种简单的持久化机制,允许程序在启动时初始化配置信息。INI 文件由多个节(Section)组成,每个节中可以有多个键名...
**SourceInsight 4 风格配置文件详解** SourceInsight 4 是一款深受程序员喜爱的源代码分析和编辑工具,它提供了强大的代码浏览、查找、跳转和编辑功能。在SourceInsight中,用户可以根据个人喜好和工作需求定制...
在Android开发中,读写配置文件是常见的任务,主要用于存储应用程序的设置、用户偏好或者其他持久化数据。配置文件通常以XML或JSON格式存在,因为它们结构清晰,易于解析。本实例将详细介绍如何在Android中进行读取...
在IT行业中,配置文件是应用程序运行的关键组成部分,它们包含了各种设置和参数,用于定义系统的行为、连接数据库、控制权限等。"配置文件jar包"是一个集合,它将多个配置文件和必要的Java档案(jar文件)整合在一起...
在Spring Boot应用中,多模块配置文件的读取是一个重要的实践,它有助于提高代码的可维护性和模块化。本文将详细探讨如何在Spring Boot的多模块项目中管理和使用不同的配置文件,以实现低耦合的设计。 首先,了解...
在C#编程中,Windows Forms(Winform)应用程序经常需要与配置文件进行交互,以便存储和检索应用设置。本文将详细讲解如何在Winform中读取和修改配置文件,特别是`appSettings`部分,这对于大多数桌面应用来说是至关...
在C#编程中,配置文件是用于存储应用程序运行时所需的设置和参数的重要工具。这些设置可以包括数据库连接字符串、API密钥、应用路径等。本教程将深入探讨如何使用C#进行配置文件的读写操作,并提供源代码供学习者...
在Linux系统中,C语言作为底层编程的主要工具,其对配置文件的操作往往涉及到繁琐的文件I/O操作。然而,为了简化这一过程,开发者通常会利用特定的库来处理配置文件,比如读取、写入、解析键值对等。本文将深入探讨...
vSphere 主机配置文件是VMware vSphere虚拟化平台的一个重要组成部分,它允许IT管理员创建、管理和应用配置文件来标准化和自动化vCenter Server中的ESXi主机配置。使用vSphere主机配置文件可以提高效率并减少重复...
本文将详细讲解海康威视配置文件解码的专业知识,以及如何利用“海康威视配置文件解码专用工具器”进行操作。 首先,了解什么是配置文件。在海康威视的设备中,配置文件通常包含了摄像头、NVR(网络视频录像机)或...
C# 读取配置文件详解教程 配置文件是 C# 中的一个重要概念,它允许开发人员存储和读取应用程序的配置信息。配置文件是标准的 XML 文件,XML 标记和属性是区分大小写的。开发人员可以使用配置文件来更改设置,而不必...
标题中的“Hikvision配置文件解码器.zip”指出,这是一个与解码Hikvision视频监控设备配置文件相关的工具或程序。Hikvision是全球知名的安防监控设备制造商,其产品广泛应用于各种场所,如家庭、商业设施、公共安全...
标题中的“笔记本颜色配置文件”指的是用于调整笔记本电脑显示屏色彩特性的ICC(International Color Consortium)配置文件。这种文件能够帮助用户校正显示器的色彩表现,确保显示的图像颜色与实际色彩更加接近,...
在LabVIEW中,配置文件是用于存储应用程序设置、参数或状态的关键元素。这些文件通常以.ini或.xml格式存在,允许程序在运行时根据这些配置进行自定义行为。本教程将深入探讨如何在LabVIEW中进行配置文件的写入与读取...
在Linux系统中,C语言开发过程中,经常需要与配置文件打交道,进行读取和写入操作。配置文件通常用于存储程序的设置或用户偏好,使其能够根据不同的环境或需求进行定制。下面我们将深入探讨如何在C语言中实现对配置...
标题中的“MACBook颜色配置文件Apple-MAC-OS-Color LCD.rar”指的是为苹果MacBook设计的一种特定的颜色配置文件,这种文件通常以ICC(International Color Consortium)格式存在,用于优化显示器的色彩表现,确保...
"mac的颜色配置文件",也就是苹果的ICC(International Color Consortium)配色文件,是这个过程中的重要组成部分。 ICC配色文件是一种标准化的方式,用来描述显示器、打印机、扫描仪等设备如何解释和再现颜色。这些...
在Java开发中,配置文件是应用中不可或缺的一部分,它们通常包含系统设置、数据库连接信息、应用参数等。本文将深入探讨如何在Java中实现动态修改配置文件,同时解决中文字符编码问题,使得配置文件的读写更加高效和...
在C++编程中,处理配置文件通常是为了存储和读取应用程序的设置或用户偏好。ini文件是一种常见的配置文件格式,其结构简单,易于理解和操作。本文将深入探讨如何使用C++来读写ini配置文件,主要参考提供的"rwconfig....