1、在application中加注解@EnableScheduling 2、在要执行的的方法中加入@Scheduled(cron='0 1/5 * * * ?')//这里的cron表达式是六位,年需要去掉。