spring3.2.5框架的jar包+beans.xml的约束

来源:互联网 发布:mac os系统特点 编辑:程序博客网 时间:2024/06/05 07:50

commons-logging-1.1.3.jar           日志

spring-beans-3.2.5.RELEASE.jar        bean节点

spring-context-3.2.5.RELEASE.jar       spring上下文节点

spring-core-3.2.5.RELEASE.jar         spring核心功能

spring-expression-3.2.5.RELEASE.jar    spring表达式相关表



<beans xmlns="http://www.springframework.org/schema/beans"

    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

    xmlns:p="http://www.springframework.org/schema/p"

  xmlns:context="http://www.springframework.org/schema/context"

    xsi:schemaLocation="

        http://www.springframework.org/schema/beans

      http://www.springframework.org/schema/beans/spring-beans.xsd

        http://www.springframework.org/schema/context

      http://www.springframework.org/schema/context/spring-context.xsd">

</beans>