|
@@ -1,20 +1,12 @@
|
1
|
|
-<?xml version="1.0" encoding="UTF-8"?>
|
|
1
|
+<?xml version="1.0" encoding="UTF-8"?>
|
2
|
2
|
<beans xmlns="http://www.springframework.org/schema/beans"
|
3
|
|
- xmlns:aop="http://www.springframework.org/schema/aop"
|
4
|
|
- xmlns:context="http://www.springframework.org/schema/context"
|
5
|
|
- xmlns:p="http://www.springframework.org/schema/p"
|
6
|
|
- xmlns:tx="http://www.springframework.org/schema/tx"
|
7
|
|
- xmlns:mvc="http://www.springframework.org/schema/mvc"
|
8
|
|
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
9
|
|
- xsi:schemaLocation="
|
10
|
|
- http://www.springframework.org/schema/beans
|
|
3
|
+ xmlns:context="http://www.springframework.org/schema/context"
|
|
4
|
+ xmlns:mvc="http://www.springframework.org/schema/mvc"
|
|
5
|
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
6
|
+ xsi:schemaLocation="http://www.springframework.org/schema/beans
|
11
|
7
|
http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
|
12
|
8
|
http://www.springframework.org/schema/context
|
13
|
|
- http://www.springframework.org/schema/context/spring-context-3.0.xsd
|
14
|
|
- http://www.springframework.org/schema/aop
|
15
|
|
- http://www.springframework.org/schema/aop/spring-aop-3.0.xsd
|
16
|
|
- http://www.springframework.org/schema/tx
|
17
|
|
- http://www.springframework.org/schema/tx/spring-tx-3.0.xsd
|
|
9
|
+ http://www.springframework.org/schema/context/spring-context-3.0.xsd
|
18
|
10
|
http://www.springframework.org/schema/mvc
|
19
|
11
|
http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd">
|
20
|
12
|
|