SpringTask springboot项目在启动类上添加@EnableScheduling之后直接在类上写@Schedule(cron = “”)就可以执行 如果是springmvc项目就在当前类上添加@EnableScheduling注解