Spring AOP的@Pointcut與@DeclareParents

@Aspect:將此類標記爲一個Advisor。 @EnableAspectJAutoProxy ** 表示若spring創建的對象如果實現了接口,默認使用jdk動態代理,如果沒有實現接口,使用cglib創建代理對象。@EnableAspectJAutoProxy(proxyTargetClass = true)將只使用cglib。SpringBoot默認會配置EnableAspectJAutoP
相關文章
相關標籤/搜索