springboot实现任务调度_springboot 实现上级人员下发任务-CSDN博客

网站介绍:文章浏览阅读1.3k次。创建springboot工程,并在入口内添加@Scheduleing注解,开启任务调度功能//开启任务调度@EnableScheduling@SpringBootApplicationpublic class ScheduleingApplication { public static void main(String[] args) { SpringApp..._springboot 实现上级人员下发任务