SchedulerFactoryBean[通俗易懂]

SchedulerFactoryBean[通俗易懂]<?xmlversion="1.0"encoding="UTF-8"?><beans><beanid="scheduler"class="org.springframework.scheduling.quartz.SchedulerFactoryBean"lazy-init="false"><prope

大家好,又见面了,我是你们的朋友全栈君。<?xml version=”1.0″ encoding=”UTF-8″?><beans><bean id=”scheduler” class=”org.springframework.scheduling.quartz.SchedulerFactoryBean” lazy-init=”false”><property name=”startupDelay” value=”10″></property><property name=”triggers”><list><!– <ref local=”autoQueryCitiesTrigger” /> –><ref local=”hotelAutoCancelTrigger”></ref><ref local=”timerAuditeTrigger”></ref><ref local=”timerAutoChangeStatusTrigger”></ref></list></property></bean><bean id=”autoQueryCitiesTrigger” class=”org.springframework.scheduling.quartz.SimpleTriggerBean”><property name=”jobDetail” ref=”autoQueryCitiesJob”></property><property name=”repeatInterval” value=”30000″></property></bean><bean name=”autoQueryCitiesJob” class=”org.springframework.scheduling.quartz.JobDetailBean”><property name=”jobClass” value=”com.hnatourism.tdos.scheduler.job.AutoQueryCitiesJobImpl”></property><property name=”jobDataAsMap”><map><entry key=”hnaProcityManager” value-ref=”hnaProcityManager”></entry><!– <entry key=”airportInfoManager” value-ref=”airportInfoManager” /> –><entry key=”springContextUtil” value-ref=”SpringContextUtil”></entry></map></property><property name=”applicationContextJobDataKey” value=”applicationContext”></property></bean><bean name=”autoQueryCitiesManager” class=”com.hnatourism.tdos.scheduler.job.AutoQueryCitiesJobImpl”><property name=”hnaProcityManager” ref=”hnaProcityManager”></property><!– <property name=”airportInfoManager” ref=”airportInfoManager” /> –><property name=”springContextUtil” ref=”SpringContextUtil”></property></bean><bean id=”hotelAutoCancelTrigger” class=”org.springframework.scheduling.quartz.SimpleTriggerBean”><property name=”jobDetail” ref=”hotelAutoCancelJob”></property><property name=”repeatInterval” value=”300000″></property></bean><bean id=”timerAuditeTrigger” class=”org.springframework.scheduling.quartz.CronTriggerBean”><property name=”jobDetail” ref=”timerAuditeJob”></property><property name=”cronExpression”><value>0 0 18 * * ?</value><!–每天18点0分0秒 –></property></bean><bean id=”timerAutoChangeStatusTrigger” class=”org.springframework.scheduling.quartz.CronTriggerBean”><property name=”jobDetail” ref=”timerAutoChangeStatusJob”></property><property name=”cronExpression”><value>0 0 0 * * ?</value><!–每天0点0分0秒 –></property></bean><bean name=”timerAuditeJob” class=”org.springframework.scheduling.quartz.JobDetailBean”><property name=”jobClass” value=”com.hnatourism.tdos.scheduler.job.TimerAuditeJob”></property><property name=”applicationContextJobDataKey” value=”applicationContext”></property></bean><bean name=”timerAutoChangeStatusJob” class=”org.springframework.scheduling.quartz.JobDetailBean”><property name=”jobClass” value=”com.hnatourism.tdos.scheduler.job.TimerAutoChangeStatusJob”></property><property name=”applicationContextJobDataKey” value=”applicationContext”></property></bean><bean name=”hotelAutoCancelJob” class=”org.springframework.scheduling.quartz.JobDetailBean”><property name=”jobClass” value=”com.hnatourism.tdos.scheduler.job.AutoCancelOrderJob”></property><property name=”jobDataAsMap”><map><entry key=”timeOut” value=”30″></entry></map></property><property name=”applicationContextJobDataKey” value=”applicationContext”></property></bean></beans>

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 举报,一经查实,本站将立刻删除。

发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/142115.html原文链接:https://javaforall.cn

【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛

【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...

(0)


相关推荐

  • 在字符串中查找id值MySQL

    在字符串中查找id值MySQL

    2021年10月17日
  • tcp四次挥手,为什么是四次?「建议收藏」

    tcp四次挥手,为什么是四次?「建议收藏」四次挥手的原因;为什么要有TIME_WAIT状态?2MSL的的意义;四次挥手中如果有一次挥手失败怎么处理?

  • CloudSim资源调度「建议收藏」

    CloudSim资源调度「建议收藏」    本菜鸡的毕业设计选择的就是面向数据中心能耗优化的粒子群算法的设计与实现,别问我为啥选这个,我也不知道,在网上查询了很多之后发现也就GitHub上面就4个项目,好像也就第四能用。然后就是YouTube上面有一个印度小哥的视频,做了一个高大上的界面,用的InternetTopologyZoo做了一个界面,非常酷眩,然而没有源代码,全程是成果展示,心痛的要死。但是仅仅是云任务调度,而这…

    2022年10月13日
  • 为什么说 HashMap 是非线程安全的?

    点击上方☝Java编程技术乐园,轻松关注!及时获取有趣有料的技术文章做一个积极的人编码、改bug、提升自己我有一个乐园,面向编程,春暖花开!0. HashMap简单说几…

  • Postman :中文汉化界面一键配置「建议收藏」

    Postman :中文汉化界面一键配置「建议收藏」开心到飞起!!!Postman工具界面被大佬汉化啦!!Gitee和Github链接跳转地址:黄连木笛大佬的Gitee地址:PostmanCn黄连木笛大佬的Github地址:PostmanCn汉化包下载地址【2021-04-1320:22如有新版可以自己更新下载】:https://gitee.com//hlmd/PostmanCn/attach_files/670442/download/app.zip使用方法:解压并复制app文件夹到路径:C:/Users/用户名/AppData/Lo.

  • ReverseFind的用法 ; 查找字符中最后一个字符

    ReverseFind的用法 ; 查找字符中最后一个字符ReverseFindCString::ReverseFind  ReverseFind在一个较大的字符串中从末端开始查找某个字符  CString::ReverseFind  intReverseFind(TCHARch)const;  返回值:  返回此CString对象中与要求的字符匹配的最后一个字

发表回复

您的电子邮箱地址不会被公开。

关注全栈程序员社区公众号