Commit 7d847bc2 by manxiaoqiang

2

parent 2c9d31bd
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<bean id="tkioAccountTask" class="tkio.task.AccountTask"></bean> <bean id="tkioAccountTask" class="tkio.task.AccountTask"></bean>
<task:scheduled-tasks> <task:scheduled-tasks>
<!--//定时同步短链数据(每5分钟执行一次)--> <!--//定时同步短链数据(每5分钟执行一次)-->
<task:scheduled ref="tkioAccountTask" method="task" cron="0 25 17 * * ?"/> <task:scheduled ref="tkioAccountTask" method="task" cron="0 32 9 * * ?"/>
</task:scheduled-tasks> </task:scheduled-tasks>
<bean id="tkioNoticeTask" class="tkio.task.NoticeTask"></bean> <bean id="tkioNoticeTask" class="tkio.task.NoticeTask"></bean>
...@@ -48,7 +48,7 @@ ...@@ -48,7 +48,7 @@
<bean id="ioAccountTask" class="userio.task.IOAccountTask"></bean> <bean id="ioAccountTask" class="userio.task.IOAccountTask"></bean>
<task:scheduled-tasks> <task:scheduled-tasks>
<!--//定时同步短链数据(每5分钟执行一次)--> <!--//定时同步短链数据(每5分钟执行一次)-->
<task:scheduled ref="ioAccountTask" method="task" cron="0 25 17 * * ?"/> <task:scheduled ref="ioAccountTask" method="task" cron="0 32 9 * * ?"/>
</task:scheduled-tasks> </task:scheduled-tasks>
<bean id="ioAccountTaskCheck" class="userio.task.IOAccountCheck"></bean> <bean id="ioAccountTaskCheck" class="userio.task.IOAccountCheck"></bean>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment