摘要:
Spring + Quartz可以使用annoation方式:1、AppJob类:package com.my.quartz.testquartz1;import org.springframework.scheduling.annotation.Scheduled;import org.sprin... 阅读全文
摘要:
使用Spring 3.2.0 + Quartz2.2.1 做定时任务方法:1、Maven的pom.xml: 4.0.0 com.my.quartz testquartz1 0.0.1 jar testquartz1 http://maven.apache.org UTF-8 ... 阅读全文