applicationContext.xml

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

 

posted @ 2017-03-19 22:07  半生戎马,共话桑麻、  阅读(99)  评论(0)    收藏  举报
levels of contents