摘要: @EnableAspectJAutoProxy(proxyTargetClass = true, exposeProxy = true)解决同类方法调用时异步和事务不生效:我们在开启springboot启动类上添加@EnableAsync,从而启动异步注解@Async启动之后,我们可以在需要异步执行 阅读全文
posted @ 2022-04-11 22:05 我是包子 阅读(2021) 评论(0) 推荐(0)