lilele200706

 

2021年12月17日

SpringBoot之任务

摘要: 任务 异步任务 定时任务 邮件任务 一、异步任务 编写任务类 @Servicepublic class AsyncService { @Async//异步注解 public void hello(){ try { Thread.sleep(3000); } catch (InterruptedExc 阅读全文

posted @ 2021-12-17 20:53 lilele200706 阅读(146) 评论(0) 推荐(0) 编辑

导航