Commit 181ab5ad by manxiaoqiang

2

parent dfc6a18c
...@@ -54,13 +54,13 @@ ...@@ -54,13 +54,13 @@
<bean id="ioAccountTaskCheck" class="userio.task.IOAccountCheck"></bean> <bean id="ioAccountTaskCheck" class="userio.task.IOAccountCheck"></bean>
<task:scheduled-tasks> <task:scheduled-tasks>
<!--//定时同步短链数据(每5分钟执行一次)--> <!--//定时同步短链数据(每5分钟执行一次)-->
<task:scheduled ref="ioAccountTaskCheck" method="task" cron="0 10 10 * * ?"/> <task:scheduled ref="ioAccountTaskCheck" method="task" cron="0 */5 * * * ?"/>
</task:scheduled-tasks> </task:scheduled-tasks>
<bean id="accountTaskCheck" class="tkio.task.AccountCheck"></bean> <bean id="accountTaskCheck" class="tkio.task.AccountCheck"></bean>
<task:scheduled-tasks> <task:scheduled-tasks>
<!--//定时同步短链数据(每5分钟执行一次)--> <!--//定时同步短链数据(每5分钟执行一次)-->
<task:scheduled ref="accountTaskCheck" method="task" cron="0 10 10 * * ?"/> <task:scheduled ref="accountTaskCheck" method="task" cron="0 */5 * * * ?"/>
</task:scheduled-tasks> </task:scheduled-tasks>
</beans> </beans>
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