基本註解
@configuration
作用: 標記在類上表示是乙個配置類(相當於乙個配置類)
@bean
作用: 在容器中放乙個bean相當於xml檔案裡的bean標籤
@configuration
public class democonfig ,usedefaultfilters = false)
注意 用includefilters 時要將usedefaultfilters 設為false
filtertype
有這幾種型別可選
無錫**檢查醫院
作用:條件註解,傳入乙個condition的實現類,條件滿足時才去載入bean
@conditional(conditiondemo.class)
public bill bill(){
return new bill();
condition
作用位置
被bean注釋的方法上:滿足條件時註冊該bean
類上:滿足條件時註冊該類
import
作用:匯入指定的類
@configuration
@componentscan
@import(importdemo.class)
public class democonfig2 {
這樣 importdemo就會被註冊到容器中
importselector
實現importselector介面後,可以返回多個類,註冊到容器中
05 sping註解開發 Import
2.4 匯入乙個importbeandefinitionregistrar 增加乙個study.wyy.spring.anno.other.config.otherconfig配置類 configuration public class otherconfig 注意我們的主配置類 沒有掃到這個stu...
03 sping註解開發 Scope和 Lazy
spring裝配bean預設是單例的,scope註解就可以配置該類是否是作業域 target retention retentionpolicy.runtime documented public inte ce scope public class mainconfig service scope...
springmvc註解開發
1.配置dispatcherservlet 2.在springmvc中配置三大元件 3.在spring容器中配置action 使用 controller 與此同型別的還有 service responsitory component 使用spring容器的元件掃瞄,自動掃瞄到action在sprin...