一.在classpath下掃瞄元件
•元件掃瞄(component scanning): spring 能夠從 classpath 下自動掃瞄, 偵測和例項化具有特定註解的元件.
•特定元件包括:
–@component: 基本註解, 標識了乙個受 spring 管理的元件
–@respository: 標識持久層元件
–@service: 標識服務層(業務層)元件
–@controller: 標識表現層元件
•對於掃瞄到的元件, spring 有預設的命名策略: 使用非限定類名, 第乙個字母小寫. 也可以在註解中通過 value 屬性值標識元件的名稱
•@autowired 註解自動裝配具有相容型別的單個 bean屬性
@autowired
private jdbctemplate jdbctemplate;
Spring學習筆記三 註解AOP
1.匯入jar包 service public class studentservice component aspect public class studentadvice afterreturning value execution cn.wang.service.如果目標方法有返回值,後置增...
Spring 註解學習筆記
宣告bean的註解 注入bean的註解 配置檔案的註解 aop切面程式設計註解 spring 常用配置 postconstruct 在建構函式執行完之後執行 predestroy 在 bean 銷毀之前執行 activeprofiles 用來宣告活動的 profile profile 為不同環境下使...
Spring 註解學習筆記
宣告bean的註解 注入bean的註解 配置檔案的註解 aop切面程式設計註解 spring 常用配置 postconstruct 在建構函式執行完之後執行 predestroy 在 bean 銷毀之前執行 activeprofiles 用來宣告活動的 profile profile 為不同環境下使...