2018-5-3 了解spring框架

2018-05-03  本文已影响24人  _Jeff_

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

今天做了

看了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的值
===============================================================

上一篇下一篇

猜你喜欢

热点阅读