-
Notifications
You must be signed in to change notification settings - Fork 109
/
applicationContext-BSC-STANDARD-EXT-BEANS.xml
32 lines (30 loc) · 2.76 KB
/
applicationContext-BSC-STANDARD-EXT-BEANS.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<?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:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.springframework.org/schema/tx"
xmlns:context="http://www.springframework.org/schema/context"
xsi:schemaLocation="
http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.0.xsd
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-4.0.xsd
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-4.0.xsd">
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-organization.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-employee.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-vision.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-perspective.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-objective.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-formula.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-kpi.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-measureData.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-weight.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-strategyMap.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-swot.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-workspace.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-aggregationMethod.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-reportRoleView.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-importData.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-degreeFeedback.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-pdca.xml" />
<import resource="classpath*:applicationContext/bsc/standard/ext/applicationContext-ext-tsa.xml" />
</beans>