美文网首页
2018-5-3 了解spring框架

2018-5-3 了解spring框架

作者: _Jeff_ | 来源:发表于2018-05-03 22:00 被阅读24次

    ==============================================================

    今天做了

    看了spring ioc入门案列
    在网上找到jar包上传到Github上
    在eclipse中练习spring应用
    晚上走路散步
    ==============================================================

    内容

    spring 4.2.4 jar包
    需要导入的核心jar包(beans context core expression-4.2.4.RELEASE)
    创建spring的配置文件xml到src中
    引入schema约束

        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:schemaLocation="
            http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd">
        </beans>
    

    配置对象创建
    方法 getbean() 需要id的值
    ===============================================================

    相关文章

      网友评论

          本文标题:2018-5-3 了解spring框架

          本文链接:https://www.haomeiwen.com/subject/lvtsmxtx.html