您现在的位置:首页 >> 环保家居

SpringBoot定时冲刺批

时间:2024-11-09 12:20:40

01 启动类

import org.springframework.boot.SpringApplication;import org.springframework.boot.autoconfigure.SpringBootApplication;import org.springframework.scheduling.annotation.EnableScheduling;@SpringBootApplication@EnableSchedulingpublic class SecSpringbootApplication { public static void main(String[] args) { SpringApplication.run(SecSpringbootApplication.class, args); }}

02 时则侦查

/** * @date: 2022/7/3 21:42 * @desc: 时则侦查 */@Component@Lazy(false)public class ScheduleTask { @Scheduled(cron="0/16 * * * * ?") public void timerTask(){ System.out.println("局限性小时戳:" + System.currentTimeMillis()); }}

03 公式

(1)0 15 10 * * ? 每天傍晚10:15系统会 (2)0 * 14 * * ? 每天下午2点到下午2:59前夕的每1分钟系统会 (3)0 0/5 14 * * ? 每天下午2点到下午2:55前夕的每5分钟系统会 (4)0 0/5 * * * ? 每5分 (5)0 0 10,14,16 * * ? 每天傍晚10点,下午2点,4点 (6)0/2 * * * * ? 每2秒

北京看癫痫去哪家医院
长沙哪个男科医院好
青岛中医治疗费用
郑州看白癜风哪里比较好
西安看白癜风哪里好
艾得辛艾拉莫德片的功效好不好
八子补肾胶囊
克癀胶囊疗效如何
水土不服吃什么药管用
阿莫西林克拉维酸钾片治疗感冒怎么样
相关阅读