ASN IPv4或IPv6的统计修改为使用qurtz来做定时;

暂时不开放服务和界面配置不一致提示;
This commit is contained in:
段冬梅
2019-04-04 16:45:18 +08:00
parent f6405c6f04
commit af4491d739
4 changed files with 158 additions and 9 deletions

View File

@@ -104,10 +104,6 @@
<context:component-scan base-package="com.nis.web"></context:component-scan>
<context:component-scan base-package="com.nis.restful"></context:component-scan>
<bean id="asnIpIask" class="com.nis.web.task.StatisticASNIpNumer"></bean>
<task:scheduled-tasks>
<task:scheduled ref="asnIpIask" method="calculateASNIp" cron=" 0 0 0 * * ?" />
</task:scheduled-tasks>
<!-- 定时任务配置 end -->
<!-- 统计页面配置总量和服务配置总量的定时任务配置 -->
<!-- <bean id="sysUserWarnTask" class="com.nis.web.controller.sys.StatisticSysUserWarnNumber"></bean>