摘要:
参考文档:http://mybatis.org/spring/zh/index.html1、引入包 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</v 阅读全文
摘要:
方式一,实现MethodBeforeAdvice,AfterReturningAdvice接口,在applicationContext.xml中注入bean,创建切入点,配置环绕增加,xml需要引入aop约束。public void before(Method method, Object[] ob 阅读全文