摘要: 1 导入相关jar包 2 在xml文件中写好配置 (tx context aop )还有相关网页 <?xml version="1.0" encoding="UTF-8" ?><beans xmlns="http://www.springframework.org/schema/beans" xml 阅读全文
posted @ 2022-07-29 20:33 java小寇 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1 Before 2 After 3 AfterReturning 4AfterThrowing 5Around @Component@Aspect//生产=成代理对象public class UserPuls { @Before(value = "execution(* com.qq.model. 阅读全文
posted @ 2022-07-29 19:12 java小寇 阅读(614) 评论(0) 推荐(0) 编辑