Spring-AOP註解

1,什麼是Spring-AOP註解 Annotation(註解)是JDK1.5及以後版本引入的。它可以用於創建文檔,跟蹤代碼中的依賴性,甚至執行基本編譯時檢查。註解是以‘@註解名’在代碼中存在的。 2,註解分類 註解 @Component 下面三個註解是 @Component 註解的衍生註解,功能一樣 @Repository :dao層 @Service:service層 @Controller:
相關文章
相關標籤/搜索