摘要: package aoptest;import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.annotation.Around;import org.aspectj.lang.annotation.Aspect;public... 阅读全文
posted @ 2014-10-19 20:35 唾手可得的树 阅读(421) 评论(0) 推荐(0) 编辑
摘要: 如果在测试类的类名上面添加了注解@ContextConfiguration("meta/springConfigured.xml")如何在标注了@Test的方法里面获取上面xml文件中的配置?package aoptest;import org.junit.Assert;import org.jun... 阅读全文
posted @ 2014-10-19 20:18 唾手可得的树 阅读(262) 评论(0) 推荐(0) 编辑