Quartz:定时任务调度
导入Quartz的Jar包测试类:public class QuartzTest{ public void test() throws Exception{ System.out.println("执行了此次任务"+new Date()); }}aplication-quartz.xml:<?xml version="1.0" encoding="UTF...