文件名称:spring 定时任务
文件大小:1.44MB
文件格式:ZIP
更新时间:2017-07-07 05:23:32
spring 定时任务
本例中一共使用了两种 spring 的定时任务,一种是使用 xml 配置的定时任务,一种是使用 annotation 配置的定时任务,其中后者的 cronExpress 表达式是配置在配置文件中的,两者的区别在于,xml是比较传统的方式,Annotation 的方式比较简单只需要在spring 配置文件中配置一个
【文件预览】:
spring 定时任务
----testSpringQuartz_annotation()
--------.project(611B)
--------.springBeans(415B)
--------src()
--------lib()
--------.settings()
--------.classpath(642B)
--------bin()
----testSpringQuartz()
--------.project(600B)
--------.springBeans(462B)
--------src()
--------lib()
--------.settings()
--------.classpath(642B)
--------bin()