applicationContext-comm-null.xml 548 B

123456789
  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" xmlns:aop="http://www.springframework.org/schema/aop"
  4. xmlns:tx="http://www.springframework.org/schema/tx"
  5. xsi:schemaLocation="
  6. http://www.springframework.org/schema/beans classpath:schema/beans/spring-beans-2.5.xsd
  7. http://www.springframework.org/schema/tx classpath:schema/tx/spring-tx-2.5.xsd
  8. http://www.springframework.org/schema/aop classpath:schema/aop/spring-aop-2.5.xsd">
  9. </beans>