Spring boot之AOP面向切面编程

        若是说依赖注入(DI,Dependency Injection)有助于应用对象之间的解耦,那么面向切面编程(AOP,Aspect Oriented Programing)则有助于横切关注点与它们所影响的对象之间的解耦!!!java         AOP(Aspect Oriented Programing):面向切面编程,将通用的逻辑从业务逻辑中分离出来。AOP把软件系统分为两个
相关文章
相关标签/搜索