spring的aop的源碼解析

spring中最重要的概念有2個,一個是IOC(inverse of control)和aop(面向切面編程),今天我們來聊聊aop面向切面編程; 基礎概念這裏就不做介紹了,今天我們主要來說說aop的實現,先來一個簡單的例子: public interface Dao { public void insert(); public void select(); } public
相關文章
相關標籤/搜索