==============================================================
今天做了
看了spring ioc入門案列
在網(wǎng)上找到j(luò)ar包上傳到Github上
在eclipse中練習(xí)spring應(yīng)用
晚上走路散步
==============================================================
內(nèi)容
spring 4.2.4 jar包
需要導(dǎo)入的核心jar包(beans context core expression-4.2.4.RELEASE)
創(chuàng)建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>
配置對(duì)象創(chuàng)建
方法 getbean() 需要id的值
===============================================================