Xml代码

   1. <?xml version="1.0" encoding="UTF-8"?>  
   2.   
   3. <beans xmlns="http://www.springframework.org/schema/beans"  
   4.     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
   5.     xmlns:aop="http://www.springframework.org/schema/aop"  
   6.     xmlns:tx="http://www.springframework.org/schema/tx"  
   7.     xsi:schemaLocation="  
   8.             http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd  
   9.             http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-2.5.xsd  
  10.             http://www.springframework.org/schema/tx http://www.springframework.org/schema/tx/spring-tx-2.5.xsd">  
  11.     <bean />  
 109.         </property>  
 110.     </bean>  
 111. </beans> 

相关文章: