Spring3 0中 Import註解的功能

2021-10-24 14:05:08 字數 487 閱讀 8971

@import註解的功能:

使用@import增強aop功能詳見:spring3.0中基於註解形式的aop

多配置類的引入詳見:spring3.0中多配置類引入設定

匯入bean

是普通類,demoaspect.class是增強類

@configuration

@import()

@enableaspectjautoproxy//註冊增強aspect類到容器中,自動判斷是使用jdk方式還是使用cglib方式進行增強

public class coinfig

獲取bean

public class demo1  

}

如果當前容器中只有乙個型別的bean,前面的beanname屬性值可以省略context.getbean("demoservice.class);,否則需要使用全路徑的名稱進行獲取

Spring3 0中Bean注入其他Bean的方法

就是將想要注入的bean當成引數注入到另乙個bean中 當spring容器中只有乙個要注入型別的bean時,spring會自動將該bean注入 jdbc config.properties jdbc.driverclassname com.mysql.jdbc.driver自己開發的bean2,內部...

Spring3 0實現REST例項

關於rest是什麼東西,在這裡我就不再多說,大家可以去看看介紹,直接切入主題 這是乙個rest風格的訪問,spring從3.0開始將全面支援rest。不得不感嘆spring的強悍。專案結構 第一步永遠是配置,使用框架永遠都是先有配置,在web.xml中的配置 第三步 具體實現類 index.jsp頁...

spring3 0學習之環境搭建

最近搞定了專案,工作終於松了下來,回頭整理一下spring學習的資料,記錄於此,不足之處,希望大家不吝賜教。關於這一塊的討論,希望大家關注qq討論群 spring原始碼研究群 64606455,綜合技術討論群 178547149 contextconfiglocation web inf sprin...