Springboot使用@Async失效

Posted lzq930

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Springboot使用@Async失效相关的知识,希望对你有一定的参考价值。

1、springboot启动类加上@EnableAsync注解

技术图片

 

  2、异步执行的方法需单独写在一个类中

技术图片

 

以上是关于Springboot使用@Async失效的主要内容,如果未能解决你的问题,请参考以下文章

Springboot使用@Async失效

springboot2.0 异步操作,@Async失效,无法进入异步

SpringBoot @Async实现异步调用

SpringBoot EnableAsync无效 Async注解不异步

SpringBoot异步任务及Async不起作用的原因

@Async失效情况