一、基于注解@Scheduled@Configuration //1.主要用于标记配置类,兼备Component的效果。
@EnableScheduling // 2.开启定时任务
public class Scheduled
2021-02-07