Commit c5c1e13d by manxiaoqiang

2

parent 5379bb67
......@@ -57,10 +57,10 @@
<task:scheduled ref="ioAccountTaskCheck" method="task" cron="0 10 8 * * ?"/>
</task:scheduled-tasks>
<bean id="accountTaskCheck" class="tkio.task.AccountCheck"></bean>
<task:scheduled-tasks>
<!--//定时同步短链数据(每5分钟执行一次)-->
<task:scheduled ref="accountTaskCheck" method="task" cron="0 10 8 * * ?"/>
</task:scheduled-tasks>
<!--<bean id="accountTaskCheck" class="tkio.task.AccountCheck"></bean>-->
<!--<task:scheduled-tasks>-->
<!--&lt;!&ndash;//定时同步短链数据(每5分钟执行一次)&ndash;&gt;-->
<!--<task:scheduled ref="accountTaskCheck" method="task" cron="0 10 8 * * ?"/>-->
<!--</task:scheduled-tasks>-->
</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