SpringBoot 整合异步执行任务

1、在启动类中使用 @EnableAsync 开启异步,会自动扫描

SpringBoot 整合异步执行任务_第1张图片

2、定义 @Component @Async 作为组件被容器扫描执行

SpringBoot 整合异步执行任务_第2张图片

测试任务执行结果

SpringBoot 整合异步执行任务_第3张图片

你可能感兴趣的:(SpringBoot 整合异步执行任务)