Spring筆記(3) - debug源碼AOP原理解析

案例 @EnableAspectJAutoProxy//開啓基於註解的aop模式 @Configuration public class AOPConfig { //業務邏輯類加入容器中 @Bean public MathCalculator mathCalculator() { return new MathCalculator(); }
相關文章
相關標籤/搜索