Spring boot之AOP面向切面編程

        若是說依賴注入(DI,Dependency Injection)有助於應用對象之間的解耦,那麼面向切面編程(AOP,Aspect Oriented Programing)則有助於橫切關注點與它們所影響的對象之間的解耦!!!java         AOP(Aspect Oriented Programing):面向切面編程,將通用的邏輯從業務邏輯中分離出來。AOP把軟件系統分爲兩個
相關文章
相關標籤/搜索