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:tx="http://www.springframework.org/schema/tx"
    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:mybatis-spring="http://mybatis.org/schema/mybatis-spring"
    9. xsi:schemaLocation="http://mybatis.org/schema/mybatis-spring
    10. http://mybatis.org/schema/mybatis-spring-1.2.xsd
    11. http://www.springframework.org/schema/beans
    12. http://www.springframework.org/schema/beans/spring-beans.xsd
    13. http://www.springframework.org/schema/context
    14. http://www.springframework.org/schema/context/spring-context-4.0.xsd
    15. http://www.springframework.org/schema/tx
    16. http://www.springframework.org/schema/tx/spring-tx-4.0.xsd
    17. http://www.springframework.org/schema/mvc
    18. http://www.springframework.org/schema/mvc/spring-mvc-4.3.xsd
    19. http://www.springframework.org/schema/aop
    20. https://www.springframework.org/schema/aop/spring-aop.xsd
    21. ">
    22. </beans>