2021年7月30日
摘要: 参考文档:http://mybatis.org/spring/zh/index.html1、引入包 <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</v 阅读全文
posted @ 2021-07-30 15:49 邢帅杰 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 方式一,实现MethodBeforeAdvice,AfterReturningAdvice接口,在applicationContext.xml中注入bean,创建切入点,配置环绕增加,xml需要引入aop约束。public void before(Method method, Object[] ob 阅读全文
posted @ 2021-07-30 11:32 邢帅杰 阅读(215) 评论(0) 推荐(0) 编辑