天天看點

spring 環境

準備階段:

圖解:

測試階段:

項目結構:

所需包導入:

其實有些jar包在這個測試中是不需要的,不過為了友善也不想逐一測試了。

com.sunflower.pojo.Student:

 這個類在這個測試中沒有實際用途,隻不過讓這個測試看起來有這個意思。

com.sunflower.yuan.dao.StudentDAO:

com.sunflower.yuan.daoimp.StudentDAOImp:

com.sunflower.yuan.service.StudentService:

 com.sunflower.yuan.serviceimp.StudentServiceImp:

 com.sunflower.yuan.test.Test:

第15行是通過解析xml配置檔案擷取Spring容器,第18行得到在配置檔案中注入到Spring中的對象,注入的對象不能是接口。

applicationContext.xml: