SpringBoot 异步任务
异步任务开启异步任务(在SpringBootApplication类上添加注解)@EnableAsync异步任务import lombok.extern.slf4j.Slf4j;import org.springframework.scheduling.annotation.Async;import org.springframework.scheduling.annotat...