如何使用Spring集成的方式,配置定時任務。

第一步:web.xml中配置servletContext的啓動資源 第二步:web項目要增加對應支持的jar文件,quartz.jar,log4j.jar,slf4j.jar,commons-collections-**.jar,commons-logging-**.jar,配置定時任務調度器,cron表達式,啓動方法. 項目實測,可用。每5秒鐘,定時執行printTime()方法。
相關文章
相關標籤/搜索