摘要: <aop:config> 标签的解析: <bean id="loggingAspect" class="com.zhuguang.jack.aop.aspect.AspectXml1"></bean> <aop:config> <aop:pointcut id="pointcut" expression="execution(* com.zhuguang.jack.aop.aspect.Aspec 阅读全文
posted @ 2019-11-01 14:50 无天666 阅读(408) 评论(0) 推荐(0) 编辑
摘要: public static void main(String[] args) { ClassPathXmlApplicationContext context = new ClassPathXmlApplicationContext("classpath*:config" + "/spring/applicationContext-core2.xml"); MyS... 阅读全文
posted @ 2019-11-01 14:34 无天666 阅读(2462) 评论(0) 推荐(0) 编辑
摘要: aspectAnnotation的切面信息,加到了AnnotationAwareAspectJAutoProxyCreator的advisorsCache属性里面去了。 解析annotationServiceImpl的时候(此时AspectAnnotation还没有解析),resolveBefore 阅读全文
posted @ 2019-11-01 14:17 无天666 阅读(396) 评论(0) 推荐(0) 编辑