摘要:
package aoptest;import org.aspectj.lang.ProceedingJoinPoint;import org.aspectj.lang.annotation.Around;import org.aspectj.lang.annotation.Aspect;public... 阅读全文
摘要:
如果在测试类的类名上面添加了注解@ContextConfiguration("meta/springConfigured.xml")如何在标注了@Test的方法里面获取上面xml文件中的配置?package aoptest;import org.junit.Assert;import org.jun... 阅读全文