spring之aop注解开发异常@AfterThrowing is not a valid AspectJ annotation问题_使用aop处理程序@afterthrowing捕获不到异常-CSDN博客

网站介绍:文章浏览阅读1.3k次。@aspect类@Component@Aspectpublic class TransactionManager { @Autowired private ConnectionUtils connectionUtils; @Pointcut("execution(* com.it..._使用aop处理程序@afterthrowing捕获不到异常